Lines Matching defs:name
439 int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long value)
485 strscpy(ctl->id.name, name, sizeof(ctl->id.name));
526 .name = "Capture Source",
621 .name = "Capture Source",
649 .name = "Master Mono Capture Route",
660 /* FIXME: maybe there's actually some standard 3D ctrl name for it?? */
697 char *name)
720 snd_component_add(card, name);
721 strcpy(card->mixername, name);