Searched refs:ctl_find (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 2671 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) in ctl_find() function 2684 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix); in snd_ac97_rename_ctl() 2710 kctl1 = ctl_find(ac97, s1, suffix); in snd_ac97_swap_ctl() 2711 kctl2 = ctl_find(ac97, s2, suffix); in snd_ac97_swap_ctl() 2741 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_hp_only() 2742 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL); in tune_hp_only() 2756 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL) in tune_hp_only() 2768 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL) in tune_swap_hp() 2819 struct snd_kcontrol *kctl = ctl_find(ac97, "External Amplifier", NULL); in tune_inv_eapd() 2848 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_mute_led() [all …]
|