projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2161d5
)
ALSA: hda/tas2781: Add newly-released HP laptop
author
Shenghao Ding
<shenghao-ding@ti.com>
Thu, 15 Jan 2026 12:49:06 +0000
(20:49 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 15 Jan 2026 14:04:27 +0000
(15:04 +0100)
HP released the new laptop with the subid 0x103C.
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link:
https://patch.msgid.link/20260115124907.629-1-shenghao-ding@ti.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
patch
|
blob
|
history
diff --git
a/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
b/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c
index
0e4bda3
..
624a822
100644
(file)
--- 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 - 202
5
Texas Instruments, Inc.
+// Copyright 2023 - 202
6
Texas Instruments, Inc.
//
// Author: Shenghao Ding <shenghao-ding@ti.com>
// Current maintainer: Baojun Xu <baojun.xu@ti.com>
@@
-571,6
+571,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;