Searched refs:ctl_find (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/sound/pci/ac97/ |
D | ac97_codec.c | 2612 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) in ctl_find() function 2625 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix); in snd_ac97_rename_ctl() 2646 kctl1 = ctl_find(ac97, s1, suffix); in snd_ac97_swap_ctl() 2647 kctl2 = ctl_find(ac97, s2, suffix); in snd_ac97_swap_ctl() 2673 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_hp_only() 2674 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL); in tune_hp_only() 2688 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL) in tune_hp_only() 2700 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL) in tune_swap_hp() 2750 struct snd_kcontrol *kctl = ctl_find(ac97, "External Amplifier", NULL); in tune_inv_eapd() 2779 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_mute_led() [all …]
|
/linux-2.6.39/sound/pci/ice1712/ |
D | juli.c | 426 static struct snd_kcontrol __devinit *ctl_find(struct snd_card *card, in ctl_find() function 441 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves()
|
D | quartet.c | 807 static struct snd_kcontrol __devinit *ctl_find(struct snd_card *card, in ctl_find() function 822 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves()
|
/linux-2.6.39/sound/pci/ca0106/ |
D | ca0106_mixer.c | 747 static struct snd_kcontrol __devinit *ctl_find(struct snd_card *card, const char *name) in ctl_find() function 759 struct snd_kcontrol *kctl = ctl_find(card, src); in rename_ctl() 806 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves()
|
/linux-2.6.39/sound/pci/emu10k1/ |
D | emumixer.c | 1700 static struct snd_kcontrol *ctl_find(struct snd_card *card, const char *name) in ctl_find() function 1711 struct snd_kcontrol *kctl = ctl_find(card, src); in rename_ctl()
|