Lines Matching full:ess
3 * Driver for ESS Maestro 1/2/2E Sound Card (started 21.8.99)
24 * APUs. The ASSP is a wacky DSP like device that ESS is loth
28 * but it appears that early Maestros may have had PT101 (an ESS
105 #define CARD_NAME "ESS Maestro1/2"
108 MODULE_DESCRIPTION("ESS Maestro");
110 MODULE_SUPPORTED_DEVICE("{{ESS,Maestro 2e},"
111 "{ESS,Maestro 2},"
112 "{ESS,Maestro 1},"
1807 if ((err = snd_pcm_new(chip->card, "ESS Maestro", device, in snd_es1968_pcm()
1820 strcpy(pcm->name, "ESS Maestro"); in snd_es1968_pcm()
2700 if ((err = pci_request_regions(pci, "ESS Maestro")) < 0) { in snd_es1968_create()
2828 strcpy(card->shortname, "ESS ES1978 (Maestro 2E)"); in snd_es1968_probe()
2832 strcpy(card->shortname, "ESS ES1968 (Maestro 2)"); in snd_es1968_probe()
2836 strcpy(card->shortname, "ESS Maestro 1"); in snd_es1968_probe()