Searched refs:ctl_find (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_mixer.c574 static struct snd_kcontrol __devinit *ctl_find(struct snd_card *card, const char *name) function
585 struct snd_kcontrol *kctl = ctl_find(card, src);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_codec.c2559 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) function
2572 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix);
2593 kctl1 = ctl_find(ac97, s1, suffix);
2594 kctl2 = ctl_find(ac97, s2, suffix);
2619 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
2620 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL);
2634 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL)
2684 struct snd_kcontrol *kctl = ctl_find(ac97, "External Amplifier", NULL);
2713 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
2745 struct snd_kcontrol *msw = ctl_find(ac9
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demumixer.c1313 static struct snd_kcontrol *ctl_find(struct snd_card *card, const char *name) function
1324 struct snd_kcontrol *kctl = ctl_find(card, src);

Completed in 45 milliseconds