mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
f2161d5f1a
commit
46b8d0888f
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue