On Mon, 16 Jun 2025 05:56:07 +0200, Baojun Xu wrote: > > 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@xxxxxx> Thanks, applied now. Takashi