Home
last modified time | relevance | path

Searched refs:ES1688_HW_688 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/sound/
Des1688.h30 #define ES1688_HW_688 0x0001 macro
/linux-4.4.14/sound/isa/es1688/
Des1688_lib.c176 hw = (chip->version & 0x0f) >= 8 ? ES1688_HW_1688 : ES1688_HW_688; in snd_es1688_probe()
206 if (enable && chip->mpu_port >= 0x300 && chip->mpu_irq > 0 && chip->hardware != ES1688_HW_688) { in snd_es1688_init()
636 sprintf(tmp, "ES%s688 rev %i", chip->hardware == ES1688_HW_688 ? "" : "1", chip->version & 0x0f); in snd_es1688_chip_id()