]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Consolidate default automute functions for Realtek
authorTakashi Iwai <tiwai@suse.de>
Thu, 28 Apr 2011 10:18:53 +0000 (12:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 28 Apr 2011 12:45:19 +0000 (14:45 +0200)
commitd922b51dabbe9b6aeee44e2e3a605323591e3707
tree34c22e8a62f5b12d1ebc1a76402f61e36e9cba12
parentce764ab22e40a046065c9417ee5f04ad2a816ac1
ALSA: hda - Consolidate default automute functions for Realtek

There are two entry points for the headphone automute functions for
Realtek, alc_automute_amp() and alc_automute_pin().  These call the
same function in the end, so we can basically consolidate these
with a flag in spec.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c