Skip to content

Commit 46b8d08

Browse files
Shenghao-Dingtiwai
authored andcommitted
ALSA: hda/tas2781: Add newly-released HP laptop
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>
1 parent f2161d5 commit 46b8d08

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sound/hda/codecs/side-codecs/tas2781_hda_i2c.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TAS2781 HDA I2C driver
44
//
5-
// Copyright 2023 - 2025 Texas Instruments, Inc.
5+
// Copyright 2023 - 2026 Texas Instruments, Inc.
66
//
77
// Author: Shenghao Ding <shenghao-ding@ti.com>
88
// Current maintainer: Baojun Xu <baojun.xu@ti.com>
@@ -571,6 +571,9 @@ static int tas2781_hda_bind(struct device *dev, struct device *master,
571571
case 0x1028:
572572
tas_hda->catlog_id = DELL;
573573
break;
574+
case 0x103C:
575+
tas_hda->catlog_id = HP;
576+
break;
574577
default:
575578
tas_hda->catlog_id = LENOVO;
576579
break;

0 commit comments

Comments
 (0)