[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231221101346.429-2-shenghao-ding@ti.com>
Date: Thu, 21 Dec 2023 18:13:42 +0800
From: Shenghao Ding <shenghao-ding@...com>
To: <broonie@...nel.org>, <conor+dt@...nel.org>,
<krzysztof.kozlowski@...aro.org>
CC: <robh+dt@...nel.org>, <andriy.shevchenko@...ux.intel.com>,
<kevin-lu@...com>, <baojun.xu@...com>, <devicetree@...r.kernel.org>,
<lgirdwood@...il.com>, <perex@...ex.cz>,
<pierre-louis.bossart@...ux.intel.com>, <13916275206@....com>,
<linux-sound@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<liam.r.girdwood@...el.com>, <soyer@....hu>, <tiwai@...e.de>,
<peeyush@...com>, <navada@...com>,
Shenghao Ding <shenghao-ding@...com>
Subject: [PATCH v2 2/5] ASoC: tas2562: remove tas2563 into driver
Remove tas2563 from tas2562, it will be supported in tas2781 to better
support dsp mode.
Signed-off-by: Shenghao Ding <shenghao-ding@...com>
---
Change in v2:
- remove tas2563, which will be move to tas2781 driver
---
sound/soc/codecs/tas2562.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sound/soc/codecs/tas2562.c b/sound/soc/codecs/tas2562.c
index 962c2cdfa017..54561ae598b8 100644
--- a/sound/soc/codecs/tas2562.c
+++ b/sound/soc/codecs/tas2562.c
@@ -59,7 +59,6 @@ struct tas2562_data {
enum tas256x_model {
TAS2562,
- TAS2563,
TAS2564,
TAS2110,
};
@@ -721,7 +720,6 @@ static int tas2562_parse_dt(struct tas2562_data *tas2562)
static const struct i2c_device_id tas2562_id[] = {
{ "tas2562", TAS2562 },
- { "tas2563", TAS2563 },
{ "tas2564", TAS2564 },
{ "tas2110", TAS2110 },
{ }
@@ -770,7 +768,6 @@ static int tas2562_probe(struct i2c_client *client)
#ifdef CONFIG_OF
static const struct of_device_id tas2562_of_match[] = {
{ .compatible = "ti,tas2562", },
- { .compatible = "ti,tas2563", },
{ .compatible = "ti,tas2564", },
{ .compatible = "ti,tas2110", },
{ },
--
2.34.1
Powered by blists - more mailing lists