Re: [PATCH v2 4/5] ASoC: tas2781: Add tas2563 into driver

From: Andy Shevchenko
Date: Thu Dec 21 2023 - 10:54:53 EST


On Thu, Dec 21, 2023 at 06:13:44PM +0800, Shenghao Ding wrote:
> Add tas2563 to better support dsp mode.

DSP

...

> +// The TAS2781/TAS2563 driver implements a flexible and configurable

Ordered?

...

> +// TAS2781/TAS2563 chips.

Ditto.

...

> static const struct i2c_device_id tasdevice_id[] = {
> { "tas2781", TAS2781 },
> + { "tas2563", TAS2563 },

Ditto

> {}
> };

...

> static const struct of_device_id tasdevice_of_match[] = {
> { .compatible = "ti,tas2781" },
> + { .compatible = "ti,tas2563" },

Ditto.

> {},
> };

--
With Best Regards,
Andy Shevchenko