All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine
@ 2026-01-26  7:35 Zhang Heng
  2026-01-26  7:35 ` [PATCH 2/2] ALSA: hda/realtek: Add quirk for Inspur S14-G1 Zhang Heng
  2026-01-26  8:42 ` [PATCH 1/2] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine Takashi Iwai
  0 siblings, 2 replies; 4+ messages in thread
From: Zhang Heng @ 2026-01-26  7:35 UTC (permalink / raw)
  To: perex, tiwai, sbinding, kailang, chris.chiu, edip
  Cc: linux-sound, linux-kernel, Zhang Heng, stable

The HP EliteBook 630 G11 (103c:8c8f) is using ALC236 codec which used 0x02
to control mute LED and 0x01 to control micmute LED. Therefore, add a quirk
to make it works.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=220828
Cc: <stable@vger.kernel.org>
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
---
 sound/hda/codecs/realtek/alc269.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index 7cc844c32474..928204df0ee3 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6813,6 +6813,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8c8c, "HP EliteBook 660", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c8d, "HP ProBook 440 G11", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c8e, "HP ProBook 460 G11", ALC236_FIXUP_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x8c8f, "HP EliteBook 630 G11", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c90, "HP EliteBook 640", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c91, "HP EliteBook 660", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
-- 
2.47.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-01-26  8:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26  7:35 [PATCH 1/2] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine Zhang Heng
2026-01-26  7:35 ` [PATCH 2/2] ALSA: hda/realtek: Add quirk for Inspur S14-G1 Zhang Heng
2026-01-26  8:43   ` Takashi Iwai
2026-01-26  8:42 ` [PATCH 1/2] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.