* [PATCH] patch_realtek: Support mute LED for Yoga with ALC287
@ 2025-07-14 9:46 Jackie Dong
2025-07-14 10:42 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Jackie Dong @ 2025-07-14 9:46 UTC (permalink / raw)
To: perex, tiwai, kailang, sbinding, chris.chiu, simont, josh
Cc: linux-sound, linux-kernel, dongeg1, Jackie Dong
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] patch_realtek: Support mute LED for Yoga with ALC287
2025-07-14 9:46 [PATCH] patch_realtek: Support mute LED for Yoga with ALC287 Jackie Dong
@ 2025-07-14 10:42 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-07-14 10:42 UTC (permalink / raw)
To: Jackie Dong
Cc: perex, tiwai, kailang, sbinding, chris.chiu, simont, josh,
linux-sound, linux-kernel, dongeg1
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-14 10:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14 9:46 [PATCH] patch_realtek: Support mute LED for Yoga with ALC287 Jackie Dong
2025-07-14 10:42 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).