The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1] ALSA: hda/tas2781: Add newly-released HP laptop
@ 2026-01-15 12:49 Shenghao Ding
  2026-01-15 14:06 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Shenghao Ding @ 2026-01-15 12:49 UTC (permalink / raw)
  To: tiwai
  Cc: broonie, andriy.shevchenko, linux-kernel, baojun.xu, Baojun.Xu,
	13564923607, 13916275206, Shenghao Ding

HP released the new laptop with the subid 0x103C.

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>

---
v1:
 - update the year to 2026.
 - Add newly-released HP laptop.
---
 sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c b/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
index ac5ff4eb2922..49c80babb500 100644
--- a/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
+++ b/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
@@ -2,7 +2,7 @@
 //
 // TAS2781 HDA I2C driver
 //
-// Copyright 2023 - 2025 Texas Instruments, Inc.
+// Copyright 2023 - 2026 Texas Instruments, Inc.
 //
 // Author: Shenghao Ding <shenghao-ding@ti.com>
 // Current maintainer: Baojun Xu <baojun.xu@ti.com>
@@ -569,6 +569,9 @@ static int tas2781_hda_bind(struct device *dev, struct device *master,
 	case 0x1028:
 		tas_hda->catlog_id = DELL;
 		break;
+	case 0x103C:
+		tas_hda->catlog_id = HP;
+		break;
 	default:
 		tas_hda->catlog_id = LENOVO;
 		break;
-- 
2.43.0


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

* Re: [PATCH v1] ALSA: hda/tas2781: Add newly-released HP laptop
  2026-01-15 12:49 [PATCH v1] ALSA: hda/tas2781: Add newly-released HP laptop Shenghao Ding
@ 2026-01-15 14:06 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-01-15 14:06 UTC (permalink / raw)
  To: Shenghao Ding
  Cc: tiwai, broonie, andriy.shevchenko, linux-kernel, baojun.xu,
	Baojun.Xu, 13564923607, 13916275206

On Thu, 15 Jan 2026 13:49:06 +0100,
Shenghao Ding wrote:
> 
> HP released the new laptop with the subid 0x103C.
> 
> Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2026-01-15 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 12:49 [PATCH v1] ALSA: hda/tas2781: Add newly-released HP laptop Shenghao Ding
2026-01-15 14:06 ` Takashi Iwai

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