ALSA: hda - One more HP machine needs to change mute led quirk
authorHui Wang <hui.wang@canonical.com>
Fri, 21 Nov 2014 09:05:01 +0000 (17:05 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Nov 2014 09:58:08 +0000 (10:58 +0100)
commit911f632c701d9f15a54076cbaca82e7defb339e0
tree543effd6599c3cdf167a311662e5cd36aa96b4c5
parent01cb156edbbd4e6c4fd8db0d05f18c62c424f9aa
ALSA: hda - One more HP machine needs to change mute led quirk

The machine originally use the quirk ALC269_FIXUP_HP_GPIO_MIC1_LED,
but the LED doesn't work at all.

After this change, the machine will change to use
ALC269_FIXUP_HP_MUTE_LED_MIC1 through pin_fixup_tbl[], and the LED
works well.

BugLink: https://bugs.launchpad.net/bugs/1389497
Tested-by: TieFu Chen <tienfu.chen@canonical.com>
Cc: Kailang Yang <kailang@realtek.com>
Cc: stable@vger.kernel.org
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c