[PATCH] ALSA: hda/realtek: Enable mute LED on HP Laptop 17-cn2xxx
| Newsgroups | gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
0001-ALSA-hda-realtek-Enable-mute-LED-on-HP-Laptop-17-cn2.patch
(text/x-patch, 1.5 KB)
From c9afe91571f34075072b67cf1dfe3bb05ca6be99 Mon Sep 17 00:00:00 2001 From: Max [email protected] 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 [email protected] --- 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