* [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1
@ 2026-05-22 18:44 Fabian
2026-05-26 5:58 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Fabian @ 2026-05-22 18:44 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: Takashi Iwai, Fabian Lippold, linux-sound, linux-kernel
From 0039d23937f4c2783dcea11cc09b26a788d09872 Mon Sep 17 00:00:00 2001
From: Fabian Lippold <fabianlippold1184@gmail.com>
Date: Fri, 22 May 2026 20:36:10 +0200
Subject: [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1
Add PCI quirk for HP Dragonfly Folio G3 (PCI ID 103c:8a06) to select the
CS35L41 SPI4 & GPIO LED fixup variant.
Signed-off-by: Fabian Lippold <fabianlippold1184@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
index 2f5d13032..2c478d80c 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7069,6 +7069,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)",
ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
SND_PCI_QUIRK(0x103c, 0x89da, "HP Spectre x360 14t-ea100",
ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX),
SND_PCI_QUIRK(0x103c, 0x89e7, "HP Elite x2 G9",
ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
+ SND_PCI_QUIRK(0x103c, 0x8a06, "HP Dragonfly Folio G3 2-in-1",
ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx",
ALC287_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a1f, "HP Laptop 14s-dr5xxx",
ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx",
ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
--
2.54.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1
2026-05-22 18:44 [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1 Fabian
@ 2026-05-26 5:58 ` Takashi Iwai
2026-05-26 15:41 ` Fabian Lippold
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2026-05-26 5:58 UTC (permalink / raw)
To: Fabian; +Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel
On Fri, 22 May 2026 20:44:09 +0200,
Fabian wrote:
>
> From 0039d23937f4c2783dcea11cc09b26a788d09872 Mon Sep 17 00:00:00 2001
> From: Fabian Lippold <fabianlippold1184@gmail.com>
> Date: Fri, 22 May 2026 20:36:10 +0200
> Subject: [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1
>
> Add PCI quirk for HP Dragonfly Folio G3 (PCI ID 103c:8a06) to select the
> CS35L41 SPI4 & GPIO LED fixup variant.
>
> Signed-off-by: Fabian Lippold <fabianlippold1184@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
> index 2f5d13032..2c478d80c 100644
> --- a/sound/hda/codecs/realtek/alc269.c
> +++ b/sound/hda/codecs/realtek/alc269.c
> @@ -7069,6 +7069,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
> SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)",
> ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
> SND_PCI_QUIRK(0x103c, 0x89da, "HP Spectre x360 14t-ea100",
> ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX),
> SND_PCI_QUIRK(0x103c, 0x89e7, "HP Elite x2 G9",
> ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
> + SND_PCI_QUIRK(0x103c, 0x8a06, "HP Dragonfly Folio G3 2-in-1",
> ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
> SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx",
> ALC287_FIXUP_HP_GPIO_LED),
> SND_PCI_QUIRK(0x103c, 0x8a1f, "HP Laptop 14s-dr5xxx",
> ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
> SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx",
> ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
The patch can't be applied because your mailer broke tabs and spaces.
Please fix your mailer setup and resubmit. At best, try to send a
patch to yourself and verify whether it can be applied via git-am
beforehand.
thanks,
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1
2026-05-26 5:58 ` Takashi Iwai
@ 2026-05-26 15:41 ` Fabian Lippold
2026-05-27 5:20 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Fabian Lippold @ 2026-05-26 15:41 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Jaroslav Kysela, linux-sound, linux-kernel, Fabian Lippold
Add PCI quirk for HP Dragonfly Folio G3 (PCI ID 103c:8a06) to select the
CS35L41 SPI4 & GPIO LED fixup variant.
Signed-off-by: Fabian Lippold <fabianlippold1184@gmail.com>
---
Sorry for the inconvenience, this should work now.
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 f180d6a72..8ba9b2a07 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7070,6 +7070,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
SND_PCI_QUIRK(0x103c, 0x89da, "HP Spectre x360 14t-ea100", ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX),
SND_PCI_QUIRK(0x103c, 0x89e7, "HP Elite x2 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
+ SND_PCI_QUIRK(0x103c, 0x8a06, "HP Dragonfly Folio G3 2-in-1", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8a1f, "HP Laptop 14s-dr5xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
--
2.54.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1
2026-05-26 15:41 ` Fabian Lippold
@ 2026-05-27 5:20 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2026-05-27 5:20 UTC (permalink / raw)
To: Fabian Lippold; +Cc: Takashi Iwai, Jaroslav Kysela, linux-sound, linux-kernel
On Tue, 26 May 2026 17:41:01 +0200,
Fabian Lippold wrote:
>
> Add PCI quirk for HP Dragonfly Folio G3 (PCI ID 103c:8a06) to select the
> CS35L41 SPI4 & GPIO LED fixup variant.
>
> Signed-off-by: Fabian Lippold <fabianlippold1184@gmail.com>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-27 5:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-22 18:44 [PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1 Fabian
2026-05-26 5:58 ` Takashi Iwai
2026-05-26 15:41 ` Fabian Lippold
2026-05-27 5:20 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®