public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA
@ 2025-12-16 16:48 Stefan Binding
  2025-12-16 16:48 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Trekker Laptop Stefan Binding
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Binding @ 2025-12-16 16:48 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: linux-sound, linux-kernel, patches, Stefan Binding

Add support for HP Clipper and Trekker laptops.

Laptops use 2 CS35L41 Amps with HDA, using Internal boost, with I2C

Stefan Binding (2):
  ALSA: hda/realtek: Add support for HP Trekker Laptop
  ALSA: hda/realtek: Add support for HP Clipper Laptop

 sound/hda/codecs/realtek/alc269.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.43.0


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

* [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Trekker Laptop
  2025-12-16 16:48 [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Stefan Binding
@ 2025-12-16 16:48 ` Stefan Binding
  2025-12-16 16:48 ` [PATCH v1 2/2] ALSA: hda/realtek: Add support for HP Clipper Laptop Stefan Binding
  2025-12-17  9:07 ` [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Takashi Iwai
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Binding @ 2025-12-16 16:48 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index c8a9b9b15cb4..ec57c075757c 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6795,6 +6795,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8f40, "HP ZBook 8 G2a 14", ALC245_FIXUP_HP_TAS2781_I2C_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x8f41, "HP ZBook 8 G2a 16", ALC245_FIXUP_HP_TAS2781_I2C_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x8f42, "HP ZBook 8 G2a 14W", ALC245_FIXUP_HP_TAS2781_I2C_MUTE_LED),
+	SND_PCI_QUIRK(0x103c, 0x8f57, "HP Trekker G7JC", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x103c, 0x8f62, "HP ZBook 8 G2a 16W", ALC245_FIXUP_HP_TAS2781_I2C_MUTE_LED),
 	SND_PCI_QUIRK(0x1043, 0x1032, "ASUS VivoBook X513EA", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1043, 0x1034, "ASUS GU605C", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
-- 
2.43.0


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

* [PATCH v1 2/2] ALSA: hda/realtek: Add support for HP Clipper Laptop
  2025-12-16 16:48 [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Stefan Binding
  2025-12-16 16:48 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Trekker Laptop Stefan Binding
@ 2025-12-16 16:48 ` Stefan Binding
  2025-12-17  9:07 ` [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Takashi Iwai
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Binding @ 2025-12-16 16:48 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index ec57c075757c..e8f3cdcff0f3 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6771,6 +6771,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	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, 0x8e8a, "HP NexusX", ALC245_FIXUP_HP_TAS2781_I2C_MUTE_LED),
+	SND_PCI_QUIRK(0x103c, 0x8e9c, "HP 16 Clipper OmniBook X X360", 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),
-- 
2.43.0


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

* Re: [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA
  2025-12-16 16:48 [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Stefan Binding
  2025-12-16 16:48 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Trekker Laptop Stefan Binding
  2025-12-16 16:48 ` [PATCH v1 2/2] ALSA: hda/realtek: Add support for HP Clipper Laptop Stefan Binding
@ 2025-12-17  9:07 ` Takashi Iwai
  2 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2025-12-17  9:07 UTC (permalink / raw)
  To: Stefan Binding
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel, patches

On Tue, 16 Dec 2025 17:48:11 +0100,
Stefan Binding wrote:
> 
> Add support for HP Clipper and Trekker laptops.
> 
> Laptops use 2 CS35L41 Amps with HDA, using Internal boost, with I2C
> 
> Stefan Binding (2):
>   ALSA: hda/realtek: Add support for HP Trekker Laptop
>   ALSA: hda/realtek: Add support for HP Clipper Laptop

Applied both patches now.  Thanks.


Takashi

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

end of thread, other threads:[~2025-12-17  9:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16 16:48 [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Stefan Binding
2025-12-16 16:48 ` [PATCH v1 1/2] ALSA: hda/realtek: Add support for HP Trekker Laptop Stefan Binding
2025-12-16 16:48 ` [PATCH v1 2/2] ALSA: hda/realtek: Add support for HP Clipper Laptop Stefan Binding
2025-12-17  9:07 ` [PATCH v1 0/2] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Takashi Iwai

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