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 */
1393 /* Enable ESS wavetable input */
1589 dev_err(card->dev, "[0x%lx] ESS chip not found\n", chip->port);
1616 dev_dbg(card->dev, "[0x%lx] ESS%x chip found\n", chip->port, chip->version);
1667 sprintf(pcm->name, "ESS AudioDrive ES%x", chip->version);
1883 MODULE_DESCRIPTION("ESS ES18xx AudioDrive");
1981 /* ESS 1868 (integrated on Compaq dual P-Pro motherboard and Genius 18PnP 3D) */
1983 /* ESS 1868 (integrated on Maxisound Cards) */
1985 /* ESS 1868 (integrated on Maxisound Cards) */
1987 /* ESS ES1869 Plug and Play AudioDrive */
1989 /* ESS 1869 */
1991 /* ESS 1878 */
1993 /* ESS 1879 */
2055 sprintf(card->shortname, "ESS AudioDrive ES%x", chip->version);