[PATCH v1] ALSA: hda/tas2781: Add newly-released HP laptop

Shenghao Ding posted 1 patch 3 weeks, 2 days ago
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
[PATCH v1] ALSA: hda/tas2781: Add newly-released HP laptop
Posted by Shenghao Ding 3 weeks, 2 days ago
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
Re: [PATCH v1] ALSA: hda/tas2781: Add newly-released HP laptop
Posted by Takashi Iwai 3 weeks, 2 days ago
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