All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Enable mute LED on HP Laptop 17-cn2xxx
@ 2026-08-14  2:07 cloudyweathered
  0 siblings, 0 replies; only message in thread
From: cloudyweathered @ 2026-08-14  2:07 UTC (permalink / raw)
  To: Linux Sound


[-- Attachment #1.1: Type: text/plain, Size: 399 bytes --]

The HP Laptop 17-cn2xxx (subsystem ID 0x103c899b) uses the ALC236
codec and controls the mute LED via COEF 0x07 index 1, the same
mechanism as the other HP consumer laptops (15s-eq1xxx, 14-fq0xxx,
15-gw0xxx). No existing quirk covers this subsystem ID, so the mute
LED stays off when the system is muted.

Add a quirk entry to enable the mute LED.

Signed-off-by: Max <cloudyweathered@tutamail.com>

[-- Attachment #1.2: Type: text/html, Size: 847 bytes --]

[-- Attachment #2: 0001-ALSA-hda-realtek-Enable-mute-LED-on-HP-Laptop-17-cn2.patch --]
[-- Type: text/x-patch, Size: 1585 bytes --]

From c9afe91571f34075072b67cf1dfe3bb05ca6be99 Mon Sep 17 00:00:00 2001
From: Max cloudyweathered@tutamail.com
Date: Fri, 14 Aug 2026 04:53:13 +0300
Subject: [PATCH] ALSA: hda/realtek: Enable mute LED on HP Laptop 17-cn2xxx

The HP Laptop 17-cn2xxx (subsystem ID 0x103c899b) uses the ALC236
codec and controls the mute LED via COEF 0x07 index 1, the same
mechanism as the other HP consumer laptops (15s-eq1xxx, 14-fq0xxx,
15-gw0xxx). No existing quirk covers this subsystem ID, so the mute
LED stays off when the system is muted.

Add a quirk entry to enable the mute LED.

Signed-off-by: Max cloudyweathered@tutamail.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 427caf0..870f7a2 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7073,6 +7073,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8992, "HP EliteBook 845 G9", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x103c, 0x8994, "HP EliteBook 855 G9", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8995, "HP EliteBook 855 G9", ALC287_FIXUP_CS35L41_I2C_2),
+	SND_PCI_QUIRK(0x103c, 0x899b, "HP Laptop 17-cn2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x89a0, "HP Laptop 15-dw4xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x89a4, "HP ProBook 440 G9", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x89a6, "HP ProBook 450 G9", ALC236_FIXUP_HP_GPIO_LED),
-- 
2.54.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-14  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14  2:07 [PATCH] ALSA: hda/realtek: Enable mute LED on HP Laptop 17-cn2xxx cloudyweathered

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.