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 */
90 int irq; /* IRQ number of ESS chip */
93 unsigned short version; /* version of ESS chip */
1408 /* Enable ESS wavetable input */ in snd_es18xx_initialize()
1604 snd_printk(KERN_ERR PFX "[0x%lx] ESS chip not found\n", chip->port); in snd_es18xx_probe()
1631 snd_printd("[0x%lx] ESS%x chip found\n", chip->port, chip->version); in snd_es18xx_probe()
1682 sprintf(pcm->name, "ESS AudioDrive ES%x", chip->version); in snd_es18xx_pcm()
1897 MODULE_DESCRIPTION("ESS ES18xx AudioDrive");
1991 /* ESS 1868 (integrated on Compaq dual P-Pro motherboard and Genius 18PnP 3D) */
1993 /* ESS 1868 (integrated on Maxisound Cards) */
1995 /* ESS 1868 (integrated on Maxisound Cards) */
1997 /* ESS ES1869 Plug and Play AudioDrive */
1999 /* ESS 1869 */
2001 /* ESS 1878 */
2003 /* ESS 1879 */
2064 sprintf(card->shortname, "ESS AudioDrive ES%x", chip->version); in snd_audiodrive_probe()