Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/ac97/
H A Dac97_patch.h63 static int snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name,
H A Dac97_codec.c2599 static int snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name, in snd_ac97_remove_ctl() function
2676 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Switch"); in tune_hp_only()
2677 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Volume"); in tune_hp_only()
2687 snd_ac97_remove_ctl(ac97, "Master Playback", "Switch"); in tune_hp_only()
2688 snd_ac97_remove_ctl(ac97, "Master Playback", "Volume"); in tune_hp_only()
2781 snd_ac97_remove_ctl(ac97, "External Amplifier", NULL); in tune_mute_led()
2818 snd_ac97_remove_ctl(ac97, "External Amplifier", NULL); in tune_hp_mute_led()
2819 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Switch"); in tune_hp_mute_led()
2820 snd_ac97_remove_ctl(ac97, "Headphone Playback", "Volume"); in tune_hp_mute_led()
H A Dac97_patch.c984 snd_ac97_remove_ctl(ac97, "PCM Out Path & Mute", NULL); in patch_sigmatel_stac9708_specific()