Lines Matching refs:version
111 unsigned short version; /* version of ESS chip */ member
977 switch (chip->version) { in snd_es18xx_info_mux()
997 if (!(chip->version == 0x1869 || chip->version == 0x1879)) { in snd_es18xx_get_mux()
1000 (chip->version == 0x1887 || chip->version == 0x1888) && in snd_es18xx_get_mux()
1016 switch (chip->version) { in snd_es18xx_put_mux()
1532 switch (chip->version) { in snd_es18xx_initialize()
1579 chip->version = 0x488; in snd_es18xx_identify()
1586 chip->version = 0x688; in snd_es18xx_identify()
1596 chip->version = hi << 8 | lo; in snd_es18xx_identify()
1615 chip->version = 0x1887; in snd_es18xx_identify()
1617 chip->version = 0x1888; in snd_es18xx_identify()
1620 chip->version = 0x1788; in snd_es18xx_identify()
1624 chip->version = 0x1688; in snd_es18xx_identify()
1637 switch (chip->version) { in snd_es18xx_probe()
1656 chip->port, chip->version); in snd_es18xx_probe()
1660 snd_printd("[0x%lx] ESS%x chip found\n", chip->port, chip->version); in snd_es18xx_probe()
1697 sprintf(str, "ES%x", chip->version); in snd_es18xx_pcm()
1715 sprintf(pcm->name, "ESS AudioDrive ES%x", chip->version); in snd_es18xx_pcm()
1887 switch (chip->version) { in snd_es18xx_mixer()
1920 if (chip->version != 0x1868) { in snd_es18xx_mixer()
1926 if (chip->version == 0x1869) { in snd_es18xx_mixer()
1934 } else if (chip->version == 0x1878) { in snd_es18xx_mixer()
1939 } else if (chip->version == 0x1879) { in snd_es18xx_mixer()
2137 sprintf(card->driver, "ES%x", chip->version); in snd_audiodrive_probe()
2139 sprintf(card->shortname, "ESS AudioDrive ES%x", chip->version); in snd_audiodrive_probe()