ES1688_HW_688     173 sound/isa/es1688/es1688_lib.c 		hw = (chip->version & 0x0f) >= 8 ? ES1688_HW_1688 : ES1688_HW_688;
ES1688_HW_688     201 sound/isa/es1688/es1688_lib.c 	if (enable && chip->mpu_port >= 0x300 && chip->mpu_irq > 0 && chip->hardware != ES1688_HW_688) {
ES1688_HW_688     629 sound/isa/es1688/es1688_lib.c 	sprintf(tmp, "ES%s688 rev %i", chip->hardware == ES1688_HW_688 ? "" : "1", chip->version & 0x0f);