Re: [PATCH v1] ALSA: hda/tas2781: Ignore SUBSYS_ID not found for tas2563 projects

From: Andy Shevchenko
Date: Mon Jan 13 2025 - 03:38:25 EST


On Mon, Dec 30, 2024 at 02:49:10PM +0800, Baojun Xu wrote:
> Driver will return error if no SUBSYS_ID found in BIOS(acpi).
> It will cause error in tas2563 projects, which have no SUBSYS_ID.

...

> + /* No subsys id in older tas2563 projects. */
> + if (!strncmp(hid, "INT8866", sizeof("INT8866")))
> + goto end_2563;

Is this ID was used on old platforms?

--
With Best Regards,
Andy Shevchenko