Searched refs:ctl_find (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/sound/pci/ac97/ |
| H A D | ac97_codec.c | 2693 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix); in snd_ac97_rename_ctl() 2719 kctl1 = ctl_find(ac97, s1, suffix); in snd_ac97_swap_ctl() 2720 kctl2 = ctl_find(ac97, s2, suffix); in snd_ac97_swap_ctl() 2750 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_hp_only() 2751 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL); in tune_hp_only() 2765 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL) in tune_hp_only() 2777 if (ctl_find(ac97, "Headphone Playback Switch", NULL) == NULL) in tune_swap_hp() 2828 struct snd_kcontrol *kctl = ctl_find(ac97, "External Amplifier", NULL); in tune_inv_eapd() 2857 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_mute_led() 2892 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_hp_mute_led() [all …]
|