Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14
@ 2026-05-10 10:17 Aryan Kushwaha
  0 siblings, 0 replies; 3+ messages in thread
From: Aryan Kushwaha @ 2026-05-10 10:17 UTC (permalink / raw)
  To: linux-sound; +Cc: linux-kernel

From: Aryan Kushwaha <aryankushwaha3101@gmail.com>
Date: Sun, 10 Apr 2026 15:47:43 +0530
Subject: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14

The HP Pavilion Plus 14-eh0xxx with subsystem ID 103c:8a36 needs the
ALC245 COEF bit mute LED quirk for the mute LED to follow the audio mute
state.

Add the missing quirk entry.

Signed-off-by: Aryan Kushwaha <aryankushwaha3101@gmail.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
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7018,6 +7018,7 @@
  SND_PCI_QUIRK(0x103c, 0x8a30, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
  SND_PCI_QUIRK(0x103c, 0x8a31, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
  SND_PCI_QUIRK(0x103c, 0x8a34, "HP Pavilion x360 2-in-1 Laptop
14-ek0xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
+ SND_PCI_QUIRK(0x103c, 0x8a36, "HP Pavilion Plus 14-eh0xxx",
ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
  SND_PCI_QUIRK(0x103c, 0x8a3d, "HP Victus 15-fb0xxx (MB 8A3D)",
ALC245_FIXUP_HP_MUTE_LED_V2_COEFBIT),
  SND_PCI_QUIRK(0x103c, 0x8a4f, "HP Victus 15-fa0xxx (MB 8A4F)",
ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
  SND_PCI_QUIRK(0x103c, 0x8a6e, "HP EDNA 360", ALC287_FIXUP_CS35L41_I2C_4),
--
2.54.0

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

* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14
       [not found] <CAFUwA8V+n0ewnk8uZkPm-DZ_EoB0XgBmp3YjOfO6wr815r5vJw@mail.gmail.com>
@ 2026-05-15  6:49 ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2026-05-15  6:49 UTC (permalink / raw)
  To: Aryan Kushwaha
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel,
	Kailang Yang

On Sun, 10 May 2026 12:13:55 +0200,
Aryan Kushwaha wrote:
> 
> 
> From: Aryan Kushwaha <aryankushwaha3101@gmail.com>
> Date: Sun, 10 Apr 2026 15:43:55 +0530
> Subject: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14
> 
> The HP Pavilion Plus 14-eh0xxx with subsystem ID 103c:8a36 needs the
> ALC245 COEF bit mute LED quirk for the mute LED to follow the audio mute
> state.
> 
> Add the missing quirk entry.
> 
> Signed-off-by: Aryan Kushwaha <aryankushwaha3101@gmail.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
> --- a/sound/hda/codecs/realtek/alc269.c
> +++ b/sound/hda/codecs/realtek/alc269.c
> @@ -7018,6 +7018,7 @@
>   SND_PCI_QUIRK(0x103c, 0x8a30, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
>   SND_PCI_QUIRK(0x103c, 0x8a31, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
>   SND_PCI_QUIRK(0x103c, 0x8a34, "HP Pavilion x360 2-in-1 Laptop 14-ek0xxx",
> ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
> + SND_PCI_QUIRK(0x103c, 0x8a36, "HP Pavilion Plus 14-eh0xxx",
> ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
>   SND_PCI_QUIRK(0x103c, 0x8a3d, "HP Victus 15-fb0xxx (MB 8A3D)",
> ALC245_FIXUP_HP_MUTE_LED_V2_COEFBIT),
>   SND_PCI_QUIRK(0x103c, 0x8a4f, "HP Victus 15-fa0xxx (MB 8A4F)",
> ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
>   SND_PCI_QUIRK(0x103c, 0x8a6e, "HP EDNA 360", ALC287_FIXUP_CS35L41_I2C_4),
> --
> 2.54.0

The patch has wrong spacing likely due to your mailer, so it can't be
applied cleanly via git-am.
Please fix your mailer setup and resubmit.


thanks,

Takashi


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

* [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14
@ 2026-05-15  9:22 Aryan Kushwaha
  0 siblings, 0 replies; 3+ messages in thread
From: Aryan Kushwaha @ 2026-05-15  9:22 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Kailang Yang, linux-sound

From: Aryan Kushwaha <aryankushwaha3101@gmail.com>
Date: Sun, 10 Apr 2026 15:36:22 +0530
Subject: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14

The HP Pavilion Plus 14-eh0xxx with subsystem ID 103c:8a36 needs the
ALC245 COEF bit mute LED quirk for the mute LED to follow the audio mute
state.

Add the missing quirk entry.

Signed-off-by: Aryan Kushwaha <aryankushwaha3101@gmail.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
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7018,6 +7018,7 @@
  SND_PCI_QUIRK(0x103c, 0x8a30, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
  SND_PCI_QUIRK(0x103c, 0x8a31, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
  SND_PCI_QUIRK(0x103c, 0x8a34, "HP Pavilion x360 2-in-1 Laptop
14-ek0xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
+ SND_PCI_QUIRK(0x103c, 0x8a36, "HP Pavilion Plus 14-eh0xxx",
ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
  SND_PCI_QUIRK(0x103c, 0x8a3d, "HP Victus 15-fb0xxx (MB 8A3D)",
ALC245_FIXUP_HP_MUTE_LED_V2_COEFBIT),
  SND_PCI_QUIRK(0x103c, 0x8a4f, "HP Victus 15-fa0xxx (MB 8A4F)",
ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
  SND_PCI_QUIRK(0x103c, 0x8a6e, "HP EDNA 360", ALC287_FIXUP_CS35L41_I2C_4),
--
2.54.0

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

end of thread, other threads:[~2026-05-15  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAFUwA8V+n0ewnk8uZkPm-DZ_EoB0XgBmp3YjOfO6wr815r5vJw@mail.gmail.com>
2026-05-15  6:49 ` [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14 Takashi Iwai
2026-05-15  9:22 Aryan Kushwaha
  -- strict thread matches above, loose matches on Subject: below --
2026-05-10 10:17 Aryan Kushwaha

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