ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
authorHui Wang <hui.wang@canonical.com>
Sun, 9 Dec 2018 01:16:43 +0000 (09:16 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 9 Dec 2018 07:43:34 +0000 (08:43 +0100)
commit6ba189c5c1a4bda70dc1e4826c58b0246068bb8d
tree3d1f3558b3be6022567bd95a50a59fee0c1b0408
parentbde1a7459623a66c2abec4d0a841e4b06cc88d9a
ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon

Users reported a mute LED regression on Lenovo X1 Carbon, the root
cause is we applied the fixup of ALC285_FIXUP_LENOVO_HEADPHONE_NOISE
to this machine, then the machine can't apply the fixup of
ALC269_FIXUP_THINKPAD_ACPI anymore. To fix it, we chain two fixup
together.

Fixes: c4cfcf6f4297 ("ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops")
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