Commit 47227273 authored by Jackie Dong's avatar Jackie Dong Committed by Takashi Iwai
Browse files

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: default avatarJackie Dong <xy-jackie@139.com>
Link: https://patch.msgid.link/20250714094655.4657-1-xy-jackie@139.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d9b99eb3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7497,6 +7497,9 @@ static void alc287_fixup_yoga9_14iap7_bass_spk_pin(struct hda_codec *codec,
	};
	struct alc_spec *spec = codec->spec;

	/* Support Audio mute LED and Mic mute LED on keyboard */
	hda_fixup_ideapad_acpi(codec, fix, action);

	switch (action) {
	case HDA_FIXUP_ACT_PRE_PROBE:
		snd_hda_apply_pincfgs(codec, pincfgs);