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.
87 unsigned long port; /* port of ESS chip */
88 unsigned long ctrl_port; /* Control port of ESS chip */
89 int irq; /* IRQ number of ESS chip */
92 unsigned short version; /* version of ESS chip */
1407 /* Enable ESS wavetable input */ in snd_es18xx_initialize()
1603 dev_err(card->dev, "[0x%lx] ESS chip not found\n", chip->port); in snd_es18xx_probe()
1630 dev_dbg(card->dev, "[0x%lx] ESS%x chip found\n", chip->port, chip->version); in snd_es18xx_probe()
1681 sprintf(pcm->name, "ESS AudioDrive ES%x", chip->version); in snd_es18xx_pcm()
1897 MODULE_DESCRIPTION("ESS ES18xx AudioDrive");
1995 /* ESS 1868 (integrated on Compaq dual P-Pro motherboard and Genius 18PnP 3D) */
1997 /* ESS 1868 (integrated on Maxisound Cards) */
1999 /* ESS 1868 (integrated on Maxisound Cards) */
2001 /* ESS ES1869 Plug and Play AudioDrive */
2003 /* ESS 1869 */
2005 /* ESS 1878 */
2007 /* ESS 1879 */
2069 sprintf(card->shortname, "ESS AudioDrive ES%x", chip->version); in snd_audiodrive_probe()