All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Laptop 14s-dr1xxx
@ 2026-07-23 10:47 Madhavender Singh
  2026-07-26  6:53 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Madhavender Singh @ 2026-07-23 10:47 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel
  Cc: Madhavender Singh

This laptop with an ALC236 codec requires the
ALC236_FIXUP_HP_MUTE_LED_COEFBIT2
fixup for its mute LED to function correctly.

Add the subsystem ID 0x103c:0x86c8 to the quirk table to apply this
fixup.

Signed-off-by: Madhavender Singh <madhav@disroot.org>
---
 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 379e1458f4ac..cc273e5f782c 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7108,6 +7108,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x869d, "HP", ALC236_FIXUP_HP_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x86c1, "HP Laptop 15-da3001TU", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x86c7, "HP Envy AiO 32", ALC274_FIXUP_HP_ENVY_GPIO),
+	SND_PCI_QUIRK(0x103c, 0x86c8, "HP Laptop 14s-dr1xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x86e7, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
 	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),
-- 
2.47.3


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

* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Laptop 14s-dr1xxx
  2026-07-23 10:47 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Laptop 14s-dr1xxx Madhavender Singh
@ 2026-07-26  6:53 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-07-26  6:53 UTC (permalink / raw)
  To: Madhavender Singh
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel

On Thu, 23 Jul 2026 12:47:36 +0200,
Madhavender Singh wrote:
> 
> This laptop with an ALC236 codec requires the
> ALC236_FIXUP_HP_MUTE_LED_COEFBIT2
> fixup for its mute LED to function correctly.
> 
> Add the subsystem ID 0x103c:0x86c8 to the quirk table to apply this
> fixup.
> 
> Signed-off-by: Madhavender Singh <madhav@disroot.org>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2026-07-26  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 10:47 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Laptop 14s-dr1xxx Madhavender Singh
2026-07-26  6:53 ` 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.