Home
last modified time | relevance | path

Searched refs:snd_ac97_remove_ctl (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/pci/ac97/
Dac97_patch.h63 static int snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name,
Dac97_codec.c2671 static int snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name, in snd_ac97_remove_ctl() function
2757 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Switch"); in tune_hp_only()
2758 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Volume"); in tune_hp_only()
2768 snd_ac97_remove_ctl(ac97, "Master Playback", "Switch"); in tune_hp_only()
2769 snd_ac97_remove_ctl(ac97, "Master Playback", "Volume"); in tune_hp_only()
2862 snd_ac97_remove_ctl(ac97, "External Amplifier", NULL); in tune_mute_led()
2899 snd_ac97_remove_ctl(ac97, "External Amplifier", NULL); in tune_hp_mute_led()
2900 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Switch"); in tune_hp_mute_led()
2901 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Volume"); in tune_hp_mute_led()
Dac97_patch.c1002 snd_ac97_remove_ctl(ac97, "PCM Out Path & Mute", NULL); in patch_sigmatel_stac9708_specific()