All of lore.kernel.org
 help / color / mirror / Atom feed
From: cloudyweathered@tutamail.com
To: Linux Sound <linux-sound@vger.kernel.org>
Subject: [PATCH] ALSA: hda/realtek: Enable mute LED on HP Laptop 17-cn2xxx
Date: Fri, 14 Aug 2026 04:07:41 +0200 (CEST)	[thread overview]
Message-ID: <Ozy0Y1U--F-9@tutamail.com> (raw)


[-- 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


                 reply	other threads:[~2026-08-14  2:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ozy0Y1U--F-9@tutamail.com \
    --to=cloudyweathered@tutamail.com \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.