* [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41
@ 2025-12-05 15:05 Stefan Binding
2025-12-05 15:05 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Turbine Laptops Stefan Binding
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Stefan Binding @ 2025-12-05 15:05 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: linux-sound, linux-kernel, patches, Stefan Binding
Add support for two HP and 1 ASUS laptops using CS35L41 HDA.
These laptops use Internal Boost (HP) and External Boost (ASUS) with I2C.
Stefan Binding (2):
ALSA: hda/realtek: Add support for HP Turbine Laptops
ALSA: hda/realtek: Add support for ASUS UM3406GA
sound/hda/codecs/realtek/alc269.c | 3 +++
1 file changed, 3 insertions(+)
--
2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Turbine Laptops
2025-12-05 15:05 [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41 Stefan Binding
@ 2025-12-05 15:05 ` Stefan Binding
2025-12-05 15:05 ` [PATCH v1 2/2] ALSA: hda/realtek: Add support for ASUS UM3406GA Stefan Binding
2025-12-07 12:12 ` [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41 Takashi Iwai
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Binding @ 2025-12-05 15:05 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: linux-sound, linux-kernel, patches, Stefan Binding
Laptops use 2 CS35L41 Amps with HDA, using Internal boost, with I2C
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
---
sound/hda/codecs/realtek/alc269.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index d90a6c01f63b..0172ff22f5ea 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6770,6 +6770,8 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x8e60, "HP Trekker ", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x103c, 0x8e61, "HP Trekker ", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x103c, 0x8e62, "HP Trekker ", ALC287_FIXUP_CS35L41_I2C_2),
+ SND_PCI_QUIRK(0x103c, 0x8e9d, "HP 17 Turbine OmniBook X UMA", ALC287_FIXUP_CS35L41_I2C_2),
+ SND_PCI_QUIRK(0x103c, 0x8e9e, "HP 17 Turbine OmniBook X UMA", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x103c, 0x8eb6, "HP Abe A6U", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_GPIO),
SND_PCI_QUIRK(0x103c, 0x8eb7, "HP Abe A6U", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_GPIO),
SND_PCI_QUIRK(0x103c, 0x8eb8, "HP Abe A6U", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_GPIO),
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v1 2/2] ALSA: hda/realtek: Add support for ASUS UM3406GA
2025-12-05 15:05 [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41 Stefan Binding
2025-12-05 15:05 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Turbine Laptops Stefan Binding
@ 2025-12-05 15:05 ` Stefan Binding
2025-12-07 12:12 ` [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41 Takashi Iwai
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Binding @ 2025-12-05 15:05 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: linux-sound, linux-kernel, patches, Stefan Binding
Laptops use 2 CS35L41 Amps with HDA, using External boost, with I2C
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.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 0172ff22f5ea..9510aa2f1bda 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6844,6 +6844,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A),
SND_PCI_QUIRK(0x1043, 0x1533, "ASUS GV302XA/XJ/XQ/XU/XV/XI", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x1043, 0x1573, "ASUS GZ301VV/VQ/VU/VJ/VA/VC/VE/VVC/VQC/VUC/VJC/VEC/VCC", ALC285_FIXUP_ASUS_HEADSET_MIC),
+ SND_PCI_QUIRK(0x1043, 0x1584, "ASUS UM3406GA ", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x1043, 0x1652, "ASUS ROG Zephyrus Do 15 SE", ALC289_FIXUP_ASUS_ZEPHYRUS_DUAL_SPK),
SND_PCI_QUIRK(0x1043, 0x1662, "ASUS GV301QH", ALC294_FIXUP_ASUS_DUAL_SPK),
SND_PCI_QUIRK(0x1043, 0x1663, "ASUS GU603ZI/ZJ/ZQ/ZU/ZV", ALC285_FIXUP_ASUS_HEADSET_MIC),
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41
2025-12-05 15:05 [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41 Stefan Binding
2025-12-05 15:05 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Turbine Laptops Stefan Binding
2025-12-05 15:05 ` [PATCH v1 2/2] ALSA: hda/realtek: Add support for ASUS UM3406GA Stefan Binding
@ 2025-12-07 12:12 ` Takashi Iwai
2 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2025-12-07 12:12 UTC (permalink / raw)
To: Stefan Binding
Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel, patches
On Fri, 05 Dec 2025 16:05:53 +0100,
Stefan Binding wrote:
>
> Add support for two HP and 1 ASUS laptops using CS35L41 HDA.
> These laptops use Internal Boost (HP) and External Boost (ASUS) with I2C.
>
> Stefan Binding (2):
> ALSA: hda/realtek: Add support for HP Turbine Laptops
> ALSA: hda/realtek: Add support for ASUS UM3406GA
Applied both patches now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-07 12:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 15:05 [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41 Stefan Binding
2025-12-05 15:05 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Turbine Laptops Stefan Binding
2025-12-05 15:05 ` [PATCH v1 2/2] ALSA: hda/realtek: Add support for ASUS UM3406GA Stefan Binding
2025-12-07 12:12 ` [PATCH v1 0/2] Add Support for three HP/ASUS laptops using CS35L41 Takashi Iwai
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.