]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit95435db0b7ada23d886ead1ba4fb07a8e8e694dc
tree34c22e8a62f5b12d1ebc1a76402f61e36e9cba12
parent4490b4ff9c23866a7842a836e6cbb1f08e6926aa
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