Lines Matching full:ess
3 * Driver for generic ESS AudioDrive ES18xx soundcards
32 * - there is support for the capture volume and ESS Spatializer 3D effect.
88 unsigned long port; /* port of ESS chip */
89 unsigned long ctrl_port; /* Control port of ESS chip */
93 int irq; /* IRQ number of ESS chip */
96 unsigned short version; /* version of ESS chip */
1414 /* Enable ESS wavetable input */ in snd_es18xx_initialize()
1608 snd_printk(KERN_ERR PFX "[0x%lx] ESS chip not found\n", chip->port); in snd_es18xx_probe()
1635 snd_printd("[0x%lx] ESS%x chip found\n", chip->port, chip->version); in snd_es18xx_probe()
1686 sprintf(pcm->name, "ESS AudioDrive ES%x", chip->version); in snd_es18xx_pcm()
1933 MODULE_DESCRIPTION("ESS ES18xx AudioDrive");
1935 MODULE_SUPPORTED_DEVICE("{{ESS,ES1868 PnP AudioDrive},"
1936 "{ESS,ES1869 PnP AudioDrive},"
1937 "{ESS,ES1878 PnP AudioDrive},"
1938 "{ESS,ES1879 PnP AudioDrive},"
1939 "{ESS,ES1887 PnP AudioDrive},"
1940 "{ESS,ES1888 PnP AudioDrive},"
1941 "{ESS,ES1887 AudioDrive},"
1942 "{ESS,ES1888 AudioDrive}}");
2035 /* ESS 1868 (integrated on Compaq dual P-Pro motherboard and Genius 18PnP 3D) */
2037 /* ESS 1868 (integrated on Maxisound Cards) */
2039 /* ESS 1868 (integrated on Maxisound Cards) */
2041 /* ESS ES1869 Plug and Play AudioDrive */
2043 /* ESS 1869 */
2045 /* ESS 1878 */
2047 /* ESS 1879 */
2108 sprintf(card->shortname, "ESS AudioDrive ES%x", chip->version); in snd_audiodrive_probe()