Searched refs:CHIP_NAME (Results 1 – 3 of 3) sorted by relevance
/linux/sound/ppc/ |
A D | powermac.c | 18 #define CHIP_NAME "PMac" macro 28 MODULE_PARM_DESC(index, "Index value for " CHIP_NAME " soundchip."); 30 MODULE_PARM_DESC(id, "ID string for " CHIP_NAME " soundchip.");
|
/linux/sound/pci/ |
A D | ens1370.c | 44 #define CHIP_NAME "ES1370" /* it can be ENS but just to keep compatibility... */ macro 47 #define CHIP_NAME "ES1371" macro 1234 err = snd_pcm_new(ensoniq->card, CHIP_NAME "/1", device, 1, 1, &pcm); in snd_ensoniq_pcm() 1247 strcpy(pcm->name, CHIP_NAME " DAC2/ADC"); in snd_ensoniq_pcm() 1268 err = snd_pcm_new(ensoniq->card, CHIP_NAME "/2", device, 1, 0, &pcm); in snd_ensoniq_pcm2() 1279 strcpy(pcm->name, CHIP_NAME " DAC1"); in snd_ensoniq_pcm2() 1851 snd_iprintf(buffer, "Ensoniq AudioPCI " CHIP_NAME "\n\n"); in snd_ensoniq_proc_read() 2258 strcpy(rmidi->name, CHIP_NAME); in snd_ensoniq_midi()
|
/linux/sound/isa/opti9xx/ |
A D | opti92x-ad1848.c | 1143 #define CHIP_NAME "82C93x" macro 1145 #define CHIP_NAME "82C92x" macro
|
Completed in 13 milliseconds