[PATCH] patch_realtek: Support mute LED for Yoga with ALC287

Jackie Dong posted 1 patch 2 months, 3 weeks ago
sound/pci/hda/patch_realtek.c | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] patch_realtek: Support mute LED for Yoga with ALC287
Posted by Jackie Dong 2 months, 3 weeks ago
Support mute LED on keyboard for Lenovo Yoga series products with 
Realtek ALC287 chipset.

Tested on Lenovo Slim Pro 7 14APH8.

Signed-off-by: Jackie Dong <xy-jackie@139.com>
---
 sound/pci/hda/patch_realtek.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 5d6d01ecfee2..6689f8b4c38a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7497,6 +7497,12 @@ 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);
-- 
2.43.0
Re: [PATCH] patch_realtek: Support mute LED for Yoga with ALC287
Posted by Takashi Iwai 2 months, 3 weeks ago
On Mon, 14 Jul 2025 11:46:55 +0200,
Jackie Dong wrote:
> 
> Support mute LED on keyboard for Lenovo Yoga series products with 
> Realtek ALC287 chipset.
> 
> Tested on Lenovo Slim Pro 7 14APH8.
> 
> Signed-off-by: Jackie Dong <xy-jackie@139.com>

Applied now, thanks.


Takashi