ALSA: hda/tas2781: Add compatible for hardware id TIAS2781 and TXNW2781
authorBaojun Xu <baojun.xu@ti.com>
Mon, 16 Jun 2025 03:56:07 +0000 (11:56 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Jun 2025 06:30:37 +0000 (08:30 +0200)
commitb2904df0a347f206900681f566bb53fc42bd8ba7
tree48f33f6dcab9d24a37a453b8c870b35e0da7b4fc
parent8629eea901b8a672dd096ca783ece8322701ca5a
ALSA: hda/tas2781: Add compatible for hardware id TIAS2781 and TXNW2781

TIAS2781 is unofficial hardware id in ACPI for tas2781 in HDA,
has been used for several projects. TXNW is the official hardware
id for TI, will be used in new projects, including device on SPI bus,
which was enumerated by drivers/acpi/scan.c, and probed by smi_probe()
in drivers/platform/x86/serial-multi-instantiate.c.
This patch will support both TIAS2781 and TXNW2781 in ACPI with
tas2781 under HDA.
As our I2C driver will handle all of slaver devices, so we probe
first device only: "TXNW2781:00-tas2781-hda.0"

Signed-off-by: Baojun Xu <baojun.xu@ti.com>
Link: https://patch.msgid.link/20250616035607.2569-1-baojun.xu@ti.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
sound/pci/hda/tas2781_hda_i2c.c