Searched refs:NAME_ALLCAPS (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.h81 #define NAME_ALLCAPS "US-X2Y" macro
H A Dusbusx2y.c151 MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.8.7.2");
153 MODULE_SUPPORTED_DEVICE("{{TASCAM(0x1604), "NAME_ALLCAPS"(0x8001)(0x8005)(0x8007) }}");
160 MODULE_PARM_DESC(index, "Index value for "NAME_ALLCAPS".");
162 MODULE_PARM_DESC(id, "ID string for "NAME_ALLCAPS".");
164 MODULE_PARM_DESC(enable, "Enable "NAME_ALLCAPS".");
356 strcpy(card->driver, "USB "NAME_ALLCAPS"");
357 sprintf(card->shortname, "TASCAM "NAME_ALLCAPS"");
H A DusX2Yhwdep.c165 .product_name = NAME_ALLCAPS,
H A Dusbusx2yaudio.c974 err = snd_pcm_new(card, NAME_ALLCAPS" Audio", usX2Y(card)->chip.pcm_devs,
990 sprintf(pcm->name, NAME_ALLCAPS" Audio #%d", usX2Y(card)->chip.pcm_devs);
H A Dusx2yhwdeppcm.c767 err = snd_pcm_new(card, NAME_ALLCAPS" hwdep Audio", 2, 1, 1, &pcm);
777 sprintf(pcm->name, NAME_ALLCAPS" hwdep Audio");

Completed in 100 milliseconds