[PATCH] ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk

~rosset-nocpes posted 1 patch 3 weeks, 2 days ago
There is a newer version of this series
sound/hda/codecs/realtek/alc269.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk
Posted by ~rosset-nocpes 3 weeks, 2 days ago
From d051c71ce849cc8504bb8e00784a830d718c3f00 Mon Sep 17 00:00:00 2001
From: Andrii Kovalchuk <coderpy4@proton.me>
Date: Sun, 15 Mar 2026 02:53:09 +0200
Subject: [PATCH] ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk

Add a PCI quirk for HP ENVY Laptop 13-ba0xxx (PCI device ID 0x8756)
to enable proper mute LED and mic mute behavior using the
ALC245_FIXUP_HP_X360_MUTE_LEDS fixup.

Signed-off-by: Andrii Kovalchuk <coderpy4@proton.me>
---
 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 ab4b22fcb72e..a1c9a508bef3 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6854,6 +6854,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8730, "HP ProBook 445 G7", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x8735, "HP ProBook 435 G7", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x8736, "HP", ALC285_FIXUP_HP_GPIO_AMP_INIT),
+	SND_PCI_QUIRK(0x103c, 0x8756, "HP ENVY Laptop 13-ba0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
 	SND_PCI_QUIRK(0x103c, 0x8760, "HP EliteBook 8{4,5}5 G7", ALC285_FIXUP_HP_BEEP_MICMUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x876e, "HP ENVY x360 Convertible 13-ay0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
 	SND_PCI_QUIRK(0x103c, 0x877a, "HP", ALC285_FIXUP_HP_MUTE_LED),
-- 
2.53.0
Re: [PATCH] ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk
Posted by Takashi Iwai 3 weeks, 1 day ago
On Sun, 15 Mar 2026 02:08:51 +0100,
~rosset-nocpes wrote:
> 
> From d051c71ce849cc8504bb8e00784a830d718c3f00 Mon Sep 17 00:00:00 2001
> From: Andrii Kovalchuk <coderpy4@proton.me>
> Date: Sun, 15 Mar 2026 02:53:09 +0200
> Subject: [PATCH] ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk

Those lines shouldn't be in the patch description (except for the
From: line if you need a different author name than the one used for
posting).  Otherwise the git-am would take those lines as is.

> Add a PCI quirk for HP ENVY Laptop 13-ba0xxx (PCI device ID 0x8756)
> to enable proper mute LED and mic mute behavior using the
> ALC245_FIXUP_HP_X360_MUTE_LEDS fixup.
> 
> Signed-off-by: Andrii Kovalchuk <coderpy4@proton.me>

I applied the patch now by manual corrections.
But at the next time, please check whether it's a right submission
process beforehand.  You can test to post to yourself and try to apply
via git-am, then verify whether everything is OK.


thanks,

Takashi