sound/hda/codecs/realtek/alc269.c | 1 + 1 file changed, 1 insertion(+)
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
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
© 2016 - 2026 Red Hat, Inc.