Skip to content

Commit c37c0ab

Browse files
jason77-wangtiwai
authored andcommitted
ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1
Need to chain the THINKPAD_ACPI, otherwise the mute led will not work. Fixes: d2cd795 ("ALSA: hda - fixup for the bass speaker on Lenovo Carbon X1 7th gen") Cc: <[email protected]> Signed-off-by: Hui Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 3855360 commit c37c0ab

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
@@ -6684,6 +6684,8 @@ static const struct hda_fixup alc269_fixups[] = {
66846684
[ALC285_FIXUP_SPEAKER2_TO_DAC1] = {
66856685
.type = HDA_FIXUP_FUNC,
66866686
.v.func = alc285_fixup_speaker2_to_dac1,
6687+
.chained = true,
6688+
.chain_id = ALC269_FIXUP_THINKPAD_ACPI
66876689
},
66886690
[ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER] = {
66896691
.type = HDA_FIXUP_PINS,

0 commit comments

Comments
 (0)