Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] sound: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk
@ 2026-01-01 23:53 Ruslan Krupitsa
  2026-01-02 13:35 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Ruslan Krupitsa @ 2026-01-01 23:53 UTC (permalink / raw)
  To: tiwai; +Cc: linux-sound, linux-kernel, Ruslan Krupitsa

HP Laptop 15s-eq1xxx with ALC236 codec does not enable the
mute LED automatically. This patch adds a quirk entry for
subsystem ID 0x8706 using the ALC236_FIXUP_HP_MUTE_LED_COEFBIT2
fixup, enabling correct mute LED behavior.

Signed-off-by: Ruslan Krupitsa <krupitsarus@outlook.com>
---
 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 1de46c06f8c2..c92776a2f6bd 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6508,6 +6508,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x863e, "HP Spectre x360 15-df1xxx", ALC285_FIXUP_HP_SPECTRE_X360_DF1),
 	SND_PCI_QUIRK(0x103c, 0x86e8, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
 	SND_PCI_QUIRK(0x103c, 0x86f9, "HP Spectre x360 13-aw0xxx", ALC285_FIXUP_HP_SPECTRE_X360_MUTE_LED),
+	SND_PCI_QUIRK(0x103c, 0x8706, "HP Laptop 15s-eq1xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x8716, "HP Elite Dragonfly G2 Notebook PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
 	SND_PCI_QUIRK(0x103c, 0x8720, "HP EliteBook x360 1040 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
 	SND_PCI_QUIRK(0x103c, 0x8724, "HP EliteBook 850 G7", ALC285_FIXUP_HP_GPIO_LED),
-- 
2.51.2


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

* Re: [PATCH] sound: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk
  2026-01-01 23:53 [PATCH] sound: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk Ruslan Krupitsa
@ 2026-01-02 13:35 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-01-02 13:35 UTC (permalink / raw)
  To: Ruslan Krupitsa; +Cc: tiwai, linux-sound, linux-kernel

On Fri, 02 Jan 2026 00:53:36 +0100,
Ruslan Krupitsa wrote:
> 
> HP Laptop 15s-eq1xxx with ALC236 codec does not enable the
> mute LED automatically. This patch adds a quirk entry for
> subsystem ID 0x8706 using the ALC236_FIXUP_HP_MUTE_LED_COEFBIT2
> fixup, enabling correct mute LED behavior.
> 
> Signed-off-by: Ruslan Krupitsa <krupitsarus@outlook.com>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2026-01-02 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-01 23:53 [PATCH] sound: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk Ruslan Krupitsa
2026-01-02 13:35 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox