Skip to content

Commit 4722727

Browse files
Jackie Dongtiwai
authored andcommitted
ALSA: hda/realtek: Support mute LED for Yoga with ALC287
Support mute LED on keyboard for Lenovo Yoga series products with Realtek ALC287 chipset. Tested on Lenovo Slim Pro 7 14APH8. [ slight comment cleanup by tiwai ] Signed-off-by: Jackie Dong <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent d9b99eb commit 4722727

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7497,6 +7497,9 @@ static void alc287_fixup_yoga9_14iap7_bass_spk_pin(struct hda_codec *codec,
74977497
};
74987498
struct alc_spec *spec = codec->spec;
74997499

7500+
/* Support Audio mute LED and Mic mute LED on keyboard */
7501+
hda_fixup_ideapad_acpi(codec, fix, action);
7502+
75007503
switch (action) {
75017504
case HDA_FIXUP_ACT_PRE_PROBE:
75027505
snd_hda_apply_pincfgs(codec, pincfgs);

0 commit comments

Comments
 (0)