Skip to content

Commit 6ba189c

Browse files
jason77-wangtiwai
authored andcommitted
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: c4cfcf6 ("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>
1 parent bde1a74 commit 6ba189c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6392,6 +6392,8 @@ static const struct hda_fixup alc269_fixups[] = {
63926392
[ALC285_FIXUP_LENOVO_HEADPHONE_NOISE] = {
63936393
.type = HDA_FIXUP_FUNC,
63946394
.v.func = alc285_fixup_invalidate_dacs,
6395+
.chained = true,
6396+
.chain_id = ALC269_FIXUP_THINKPAD_ACPI
63956397
},
63966398
[ALC295_FIXUP_HP_AUTO_MUTE] = {
63976399
.type = HDA_FIXUP_FUNC,

0 commit comments

Comments
 (0)