All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <kuninori.morimoto.gx@renesas.com>,
	<mripard@kernel.org>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<vkoul@kernel.org>, <nicolas.ferre@microchip.com>,
	<nsaenz@kernel.org>, <shawnguo@kernel.org>, <linux-imx@nxp.com>,
	<cezary.rojewski@intel.com>,
	<pierre-louis.bossart@linux.intel.com>,
	<linux-mips@vger.kernel.org>, <linux-amlogic@lists.infradead.org>,
	<daniel@zonque.org>, <srinivas.kandagatla@linaro.org>,
	<linux-rockchip@lists.infradead.org>, <krzk@kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-sunxi@lists.linux.dev>, <linux-tegra@vger.kernel.org>,
	<linux-omap@vger.kernel.org>, <linux-xtensa@linux-xtensa.org>,
	<peter.ujfalusi@gmail.com>, <jarkko.nikula@bitmer.com>,
	<heiko@sntech.de>, <jbrunet@baylibre.com>,
	<kernel@pengutronix.de>, <alsa-devel@alsa-project.org>,
	<patches@opensource.cirrus.com>,
	<dri-devel@lists.freedesktop.org>,
	<linux-rpi-kernel@lists.infradead.org>
Subject: [PATCH 52/96] ASoC: max*: Remove now redundant non_legacy_dai_naming flag
Date: Thu, 16 Jun 2022 15:33:45 +0100	[thread overview]
Message-ID: <20220616143429.1324494-53-ckeepax@opensource.cirrus.com> (raw)
In-Reply-To: <20220616143429.1324494-1-ckeepax@opensource.cirrus.com>

The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/max98088.c  | 1 -
 sound/soc/codecs/max98090.c  | 1 -
 sound/soc/codecs/max98095.c  | 1 -
 sound/soc/codecs/max98357a.c | 1 -
 sound/soc/codecs/max98371.c  | 1 -
 sound/soc/codecs/max98373.c  | 2 --
 sound/soc/codecs/max98390.c  | 1 -
 sound/soc/codecs/max98396.c  | 2 --
 sound/soc/codecs/max9850.c   | 1 -
 sound/soc/codecs/max98520.c  | 1 -
 sound/soc/codecs/max9860.c   | 1 -
 sound/soc/codecs/max9867.c   | 1 -
 sound/soc/codecs/max98925.c  | 1 -
 sound/soc/codecs/max98926.c  | 1 -
 sound/soc/codecs/max98927.c  | 1 -
 15 files changed, 17 deletions(-)

diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c
index 5ef2e1279ee71..08e5c606ff27d 100644
--- a/sound/soc/codecs/max98088.c
+++ b/sound/soc/codecs/max98088.c
@@ -1734,7 +1734,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98088 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98088_i2c_id[] = {
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 72471cdb22292..142083b13ac3b 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -2519,7 +2519,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98090 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98090_regmap = {
diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c
index 7bca99fa61b54..44aa58fcc23f8 100644
--- a/sound/soc/codecs/max98095.c
+++ b/sound/soc/codecs/max98095.c
@@ -2103,7 +2103,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98095 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98095_i2c_id[] = {
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 9188127638848..2a2b286f1747f 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -93,7 +93,6 @@ static const struct snd_soc_component_driver max98357a_component_driver = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_dai_ops max98357a_dai_ops = {
diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c
index 800f2bca6a0f1..bac9d1bcf60ae 100644
--- a/sound/soc/codecs/max98371.c
+++ b/sound/soc/codecs/max98371.c
@@ -351,7 +351,6 @@ static const struct snd_soc_component_driver max98371_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98371_regmap = {
diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c
index e14fe98349a5e..9a84c0ed395e6 100644
--- a/sound/soc/codecs/max98373.c
+++ b/sound/soc/codecs/max98373.c
@@ -436,7 +436,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373 = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373);
 
@@ -450,7 +449,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373_sdw = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373_sdw);
 
diff --git a/sound/soc/codecs/max98390.c b/sound/soc/codecs/max98390.c
index d83f81d9ff4ea..5c08166a8dc62 100644
--- a/sound/soc/codecs/max98390.c
+++ b/sound/soc/codecs/max98390.c
@@ -983,7 +983,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98390 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98390_regmap = {
diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c
index 56eb62bb041f9..225effede9d25 100644
--- a/sound/soc/codecs/max98396.c
+++ b/sound/soc/codecs/max98396.c
@@ -1453,7 +1453,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98396 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
@@ -1467,7 +1466,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98396_regmap = {
diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c
index 9ca6fc254883c..a6733396b0cad 100644
--- a/sound/soc/codecs/max9850.c
+++ b/sound/soc/codecs/max9850.c
@@ -296,7 +296,6 @@ static const struct snd_soc_component_driver soc_component_dev_max9850 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static int max9850_i2c_probe(struct i2c_client *i2c)
diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c
index f0f085ecab550..5edd6f90f8a7b 100644
--- a/sound/soc/codecs/max98520.c
+++ b/sound/soc/codecs/max98520.c
@@ -657,7 +657,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98520 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98520_regmap = {
diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c
index a1d0179e12c76..771b3dcd6cc32 100644
--- a/sound/soc/codecs/max9860.c
+++ b/sound/soc/codecs/max9860.c
@@ -537,7 +537,6 @@ static const struct snd_soc_component_driver max9860_component_driver = {
 	.num_dapm_routes	= ARRAY_SIZE(max9860_dapm_routes),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 #ifdef CONFIG_PM
diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index eb628b7e84f55..6d2941a9dbd6e 100644
--- a/sound/soc/codecs/max9867.c
+++ b/sound/soc/codecs/max9867.c
@@ -589,7 +589,6 @@ static const struct snd_soc_component_driver max9867_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static bool max9867_volatile_register(struct device *dev, unsigned int reg)
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c
index 63849ebcfd354..c24d9f2c8874d 100644
--- a/sound/soc/codecs/max98925.c
+++ b/sound/soc/codecs/max98925.c
@@ -544,7 +544,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98925 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98925_regmap = {
diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c
index 56e0a87c7112f..bffd56e240e9a 100644
--- a/sound/soc/codecs/max98926.c
+++ b/sound/soc/codecs/max98926.c
@@ -496,7 +496,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98926 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98926_regmap = {
diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c
index b7cff76d7b5b9..9cce7c0f01424 100644
--- a/sound/soc/codecs/max98927.c
+++ b/sound/soc/codecs/max98927.c
@@ -832,7 +832,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98927 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98927_regmap = {
-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <kuninori.morimoto.gx@renesas.com>,
	<mripard@kernel.org>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<vkoul@kernel.org>, <nicolas.ferre@microchip.com>,
	<nsaenz@kernel.org>, <shawnguo@kernel.org>, <linux-imx@nxp.com>,
	<cezary.rojewski@intel.com>,
	<pierre-louis.bossart@linux.intel.com>,
	<linux-mips@vger.kernel.org>, <linux-amlogic@lists.infradead.org>,
	<daniel@zonque.org>, <srinivas.kandagatla@linaro.org>,
	<linux-rockchip@lists.infradead.org>, <krzk@kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-sunxi@lists.linux.dev>, <linux-tegra@vger.kernel.org>,
	<linux-omap@vger.kernel.org>, <linux-xtensa@linux-xtensa.org>,
	<peter.ujfalusi@gmail.com>, <jarkko.nikula@bitmer.com>,
	<heiko@sntech.de>, <jbrunet@baylibre.com>,
	<kernel@pengutronix.de>, <alsa-devel@alsa-project.org>,
	<patches@opensource.cirrus.com>,
	<dri-devel@lists.freedesktop.org>,
	<linux-rpi-kernel@lists.infradead.org>
Subject: [PATCH 52/96] ASoC: max*: Remove now redundant non_legacy_dai_naming flag
Date: Thu, 16 Jun 2022 15:33:45 +0100	[thread overview]
Message-ID: <20220616143429.1324494-53-ckeepax@opensource.cirrus.com> (raw)
In-Reply-To: <20220616143429.1324494-1-ckeepax@opensource.cirrus.com>

The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/max98088.c  | 1 -
 sound/soc/codecs/max98090.c  | 1 -
 sound/soc/codecs/max98095.c  | 1 -
 sound/soc/codecs/max98357a.c | 1 -
 sound/soc/codecs/max98371.c  | 1 -
 sound/soc/codecs/max98373.c  | 2 --
 sound/soc/codecs/max98390.c  | 1 -
 sound/soc/codecs/max98396.c  | 2 --
 sound/soc/codecs/max9850.c   | 1 -
 sound/soc/codecs/max98520.c  | 1 -
 sound/soc/codecs/max9860.c   | 1 -
 sound/soc/codecs/max9867.c   | 1 -
 sound/soc/codecs/max98925.c  | 1 -
 sound/soc/codecs/max98926.c  | 1 -
 sound/soc/codecs/max98927.c  | 1 -
 15 files changed, 17 deletions(-)

diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c
index 5ef2e1279ee71..08e5c606ff27d 100644
--- a/sound/soc/codecs/max98088.c
+++ b/sound/soc/codecs/max98088.c
@@ -1734,7 +1734,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98088 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98088_i2c_id[] = {
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 72471cdb22292..142083b13ac3b 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -2519,7 +2519,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98090 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98090_regmap = {
diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c
index 7bca99fa61b54..44aa58fcc23f8 100644
--- a/sound/soc/codecs/max98095.c
+++ b/sound/soc/codecs/max98095.c
@@ -2103,7 +2103,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98095 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98095_i2c_id[] = {
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 9188127638848..2a2b286f1747f 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -93,7 +93,6 @@ static const struct snd_soc_component_driver max98357a_component_driver = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_dai_ops max98357a_dai_ops = {
diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c
index 800f2bca6a0f1..bac9d1bcf60ae 100644
--- a/sound/soc/codecs/max98371.c
+++ b/sound/soc/codecs/max98371.c
@@ -351,7 +351,6 @@ static const struct snd_soc_component_driver max98371_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98371_regmap = {
diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c
index e14fe98349a5e..9a84c0ed395e6 100644
--- a/sound/soc/codecs/max98373.c
+++ b/sound/soc/codecs/max98373.c
@@ -436,7 +436,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373 = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373);
 
@@ -450,7 +449,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373_sdw = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373_sdw);
 
diff --git a/sound/soc/codecs/max98390.c b/sound/soc/codecs/max98390.c
index d83f81d9ff4ea..5c08166a8dc62 100644
--- a/sound/soc/codecs/max98390.c
+++ b/sound/soc/codecs/max98390.c
@@ -983,7 +983,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98390 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98390_regmap = {
diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c
index 56eb62bb041f9..225effede9d25 100644
--- a/sound/soc/codecs/max98396.c
+++ b/sound/soc/codecs/max98396.c
@@ -1453,7 +1453,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98396 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
@@ -1467,7 +1466,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98396_regmap = {
diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c
index 9ca6fc254883c..a6733396b0cad 100644
--- a/sound/soc/codecs/max9850.c
+++ b/sound/soc/codecs/max9850.c
@@ -296,7 +296,6 @@ static const struct snd_soc_component_driver soc_component_dev_max9850 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static int max9850_i2c_probe(struct i2c_client *i2c)
diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c
index f0f085ecab550..5edd6f90f8a7b 100644
--- a/sound/soc/codecs/max98520.c
+++ b/sound/soc/codecs/max98520.c
@@ -657,7 +657,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98520 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98520_regmap = {
diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c
index a1d0179e12c76..771b3dcd6cc32 100644
--- a/sound/soc/codecs/max9860.c
+++ b/sound/soc/codecs/max9860.c
@@ -537,7 +537,6 @@ static const struct snd_soc_component_driver max9860_component_driver = {
 	.num_dapm_routes	= ARRAY_SIZE(max9860_dapm_routes),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 #ifdef CONFIG_PM
diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index eb628b7e84f55..6d2941a9dbd6e 100644
--- a/sound/soc/codecs/max9867.c
+++ b/sound/soc/codecs/max9867.c
@@ -589,7 +589,6 @@ static const struct snd_soc_component_driver max9867_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static bool max9867_volatile_register(struct device *dev, unsigned int reg)
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c
index 63849ebcfd354..c24d9f2c8874d 100644
--- a/sound/soc/codecs/max98925.c
+++ b/sound/soc/codecs/max98925.c
@@ -544,7 +544,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98925 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98925_regmap = {
diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c
index 56e0a87c7112f..bffd56e240e9a 100644
--- a/sound/soc/codecs/max98926.c
+++ b/sound/soc/codecs/max98926.c
@@ -496,7 +496,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98926 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98926_regmap = {
diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c
index b7cff76d7b5b9..9cce7c0f01424 100644
--- a/sound/soc/codecs/max98927.c
+++ b/sound/soc/codecs/max98927.c
@@ -832,7 +832,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98927 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98927_regmap = {
-- 
2.30.2


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <kuninori.morimoto.gx@renesas.com>,
	<mripard@kernel.org>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<vkoul@kernel.org>, <nicolas.ferre@microchip.com>,
	<nsaenz@kernel.org>, <shawnguo@kernel.org>, <linux-imx@nxp.com>,
	<cezary.rojewski@intel.com>,
	<pierre-louis.bossart@linux.intel.com>,
	<linux-mips@vger.kernel.org>, <linux-amlogic@lists.infradead.org>,
	<daniel@zonque.org>, <srinivas.kandagatla@linaro.org>,
	<linux-rockchip@lists.infradead.org>, <krzk@kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-sunxi@lists.linux.dev>, <linux-tegra@vger.kernel.org>,
	<linux-omap@vger.kernel.org>, <linux-xtensa@linux-xtensa.org>,
	<peter.ujfalusi@gmail.com>, <jarkko.nikula@bitmer.com>,
	<heiko@sntech.de>, <jbrunet@baylibre.com>,
	<kernel@pengutronix.de>, <alsa-devel@alsa-project.org>,
	<patches@opensource.cirrus.com>,
	<dri-devel@lists.freedesktop.org>,
	<linux-rpi-kernel@lists.infradead.org>
Subject: [PATCH 52/96] ASoC: max*: Remove now redundant non_legacy_dai_naming flag
Date: Thu, 16 Jun 2022 15:33:45 +0100	[thread overview]
Message-ID: <20220616143429.1324494-53-ckeepax@opensource.cirrus.com> (raw)
In-Reply-To: <20220616143429.1324494-1-ckeepax@opensource.cirrus.com>

The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/max98088.c  | 1 -
 sound/soc/codecs/max98090.c  | 1 -
 sound/soc/codecs/max98095.c  | 1 -
 sound/soc/codecs/max98357a.c | 1 -
 sound/soc/codecs/max98371.c  | 1 -
 sound/soc/codecs/max98373.c  | 2 --
 sound/soc/codecs/max98390.c  | 1 -
 sound/soc/codecs/max98396.c  | 2 --
 sound/soc/codecs/max9850.c   | 1 -
 sound/soc/codecs/max98520.c  | 1 -
 sound/soc/codecs/max9860.c   | 1 -
 sound/soc/codecs/max9867.c   | 1 -
 sound/soc/codecs/max98925.c  | 1 -
 sound/soc/codecs/max98926.c  | 1 -
 sound/soc/codecs/max98927.c  | 1 -
 15 files changed, 17 deletions(-)

diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c
index 5ef2e1279ee71..08e5c606ff27d 100644
--- a/sound/soc/codecs/max98088.c
+++ b/sound/soc/codecs/max98088.c
@@ -1734,7 +1734,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98088 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98088_i2c_id[] = {
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 72471cdb22292..142083b13ac3b 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -2519,7 +2519,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98090 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98090_regmap = {
diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c
index 7bca99fa61b54..44aa58fcc23f8 100644
--- a/sound/soc/codecs/max98095.c
+++ b/sound/soc/codecs/max98095.c
@@ -2103,7 +2103,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98095 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98095_i2c_id[] = {
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 9188127638848..2a2b286f1747f 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -93,7 +93,6 @@ static const struct snd_soc_component_driver max98357a_component_driver = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_dai_ops max98357a_dai_ops = {
diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c
index 800f2bca6a0f1..bac9d1bcf60ae 100644
--- a/sound/soc/codecs/max98371.c
+++ b/sound/soc/codecs/max98371.c
@@ -351,7 +351,6 @@ static const struct snd_soc_component_driver max98371_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98371_regmap = {
diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c
index e14fe98349a5e..9a84c0ed395e6 100644
--- a/sound/soc/codecs/max98373.c
+++ b/sound/soc/codecs/max98373.c
@@ -436,7 +436,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373 = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373);
 
@@ -450,7 +449,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373_sdw = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373_sdw);
 
diff --git a/sound/soc/codecs/max98390.c b/sound/soc/codecs/max98390.c
index d83f81d9ff4ea..5c08166a8dc62 100644
--- a/sound/soc/codecs/max98390.c
+++ b/sound/soc/codecs/max98390.c
@@ -983,7 +983,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98390 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98390_regmap = {
diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c
index 56eb62bb041f9..225effede9d25 100644
--- a/sound/soc/codecs/max98396.c
+++ b/sound/soc/codecs/max98396.c
@@ -1453,7 +1453,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98396 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
@@ -1467,7 +1466,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98396_regmap = {
diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c
index 9ca6fc254883c..a6733396b0cad 100644
--- a/sound/soc/codecs/max9850.c
+++ b/sound/soc/codecs/max9850.c
@@ -296,7 +296,6 @@ static const struct snd_soc_component_driver soc_component_dev_max9850 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static int max9850_i2c_probe(struct i2c_client *i2c)
diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c
index f0f085ecab550..5edd6f90f8a7b 100644
--- a/sound/soc/codecs/max98520.c
+++ b/sound/soc/codecs/max98520.c
@@ -657,7 +657,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98520 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98520_regmap = {
diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c
index a1d0179e12c76..771b3dcd6cc32 100644
--- a/sound/soc/codecs/max9860.c
+++ b/sound/soc/codecs/max9860.c
@@ -537,7 +537,6 @@ static const struct snd_soc_component_driver max9860_component_driver = {
 	.num_dapm_routes	= ARRAY_SIZE(max9860_dapm_routes),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 #ifdef CONFIG_PM
diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index eb628b7e84f55..6d2941a9dbd6e 100644
--- a/sound/soc/codecs/max9867.c
+++ b/sound/soc/codecs/max9867.c
@@ -589,7 +589,6 @@ static const struct snd_soc_component_driver max9867_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static bool max9867_volatile_register(struct device *dev, unsigned int reg)
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c
index 63849ebcfd354..c24d9f2c8874d 100644
--- a/sound/soc/codecs/max98925.c
+++ b/sound/soc/codecs/max98925.c
@@ -544,7 +544,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98925 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98925_regmap = {
diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c
index 56e0a87c7112f..bffd56e240e9a 100644
--- a/sound/soc/codecs/max98926.c
+++ b/sound/soc/codecs/max98926.c
@@ -496,7 +496,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98926 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98926_regmap = {
diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c
index b7cff76d7b5b9..9cce7c0f01424 100644
--- a/sound/soc/codecs/max98927.c
+++ b/sound/soc/codecs/max98927.c
@@ -832,7 +832,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98927 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98927_regmap = {
-- 
2.30.2


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

WARNING: multiple messages have this Message-ID (diff)
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <broonie@kernel.org>
Cc: cezary.rojewski@intel.com, kuninori.morimoto.gx@renesas.com,
	airlied@linux.ie, alsa-devel@alsa-project.org,
	dri-devel@lists.freedesktop.org, nicolas.ferre@microchip.com,
	srinivas.kandagatla@linaro.org, peter.ujfalusi@gmail.com,
	linux-stm32@st-md-mailman.stormreply.com, jbrunet@baylibre.com,
	pierre-louis.bossart@linux.intel.com, krzk@kernel.org,
	linux-rockchip@lists.infradead.org, linux-imx@nxp.com,
	linux-mips@vger.kernel.org, linux-sunxi@lists.linux.dev,
	linux-xtensa@linux-xtensa.org, nsaenz@kernel.org,
	kernel@pengutronix.de, linux-rpi-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, linux-amlogic@lists.infradead.org,
	linux-omap@vger.kernel.org, patches@opensource.cirrus.com,
	lgirdwood@gmail.com, vkoul@kernel.org, jarkko.nikula@bitmer.com,
	shawnguo@kernel.org, daniel@zonque.org
Subject: [PATCH 52/96] ASoC: max*: Remove now redundant non_legacy_dai_naming flag
Date: Thu, 16 Jun 2022 15:33:45 +0100	[thread overview]
Message-ID: <20220616143429.1324494-53-ckeepax@opensource.cirrus.com> (raw)
In-Reply-To: <20220616143429.1324494-1-ckeepax@opensource.cirrus.com>

The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/max98088.c  | 1 -
 sound/soc/codecs/max98090.c  | 1 -
 sound/soc/codecs/max98095.c  | 1 -
 sound/soc/codecs/max98357a.c | 1 -
 sound/soc/codecs/max98371.c  | 1 -
 sound/soc/codecs/max98373.c  | 2 --
 sound/soc/codecs/max98390.c  | 1 -
 sound/soc/codecs/max98396.c  | 2 --
 sound/soc/codecs/max9850.c   | 1 -
 sound/soc/codecs/max98520.c  | 1 -
 sound/soc/codecs/max9860.c   | 1 -
 sound/soc/codecs/max9867.c   | 1 -
 sound/soc/codecs/max98925.c  | 1 -
 sound/soc/codecs/max98926.c  | 1 -
 sound/soc/codecs/max98927.c  | 1 -
 15 files changed, 17 deletions(-)

diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c
index 5ef2e1279ee71..08e5c606ff27d 100644
--- a/sound/soc/codecs/max98088.c
+++ b/sound/soc/codecs/max98088.c
@@ -1734,7 +1734,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98088 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98088_i2c_id[] = {
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 72471cdb22292..142083b13ac3b 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -2519,7 +2519,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98090 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98090_regmap = {
diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c
index 7bca99fa61b54..44aa58fcc23f8 100644
--- a/sound/soc/codecs/max98095.c
+++ b/sound/soc/codecs/max98095.c
@@ -2103,7 +2103,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98095 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98095_i2c_id[] = {
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 9188127638848..2a2b286f1747f 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -93,7 +93,6 @@ static const struct snd_soc_component_driver max98357a_component_driver = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_dai_ops max98357a_dai_ops = {
diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c
index 800f2bca6a0f1..bac9d1bcf60ae 100644
--- a/sound/soc/codecs/max98371.c
+++ b/sound/soc/codecs/max98371.c
@@ -351,7 +351,6 @@ static const struct snd_soc_component_driver max98371_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98371_regmap = {
diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c
index e14fe98349a5e..9a84c0ed395e6 100644
--- a/sound/soc/codecs/max98373.c
+++ b/sound/soc/codecs/max98373.c
@@ -436,7 +436,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373 = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373);
 
@@ -450,7 +449,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373_sdw = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373_sdw);
 
diff --git a/sound/soc/codecs/max98390.c b/sound/soc/codecs/max98390.c
index d83f81d9ff4ea..5c08166a8dc62 100644
--- a/sound/soc/codecs/max98390.c
+++ b/sound/soc/codecs/max98390.c
@@ -983,7 +983,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98390 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98390_regmap = {
diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c
index 56eb62bb041f9..225effede9d25 100644
--- a/sound/soc/codecs/max98396.c
+++ b/sound/soc/codecs/max98396.c
@@ -1453,7 +1453,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98396 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
@@ -1467,7 +1466,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98396_regmap = {
diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c
index 9ca6fc254883c..a6733396b0cad 100644
--- a/sound/soc/codecs/max9850.c
+++ b/sound/soc/codecs/max9850.c
@@ -296,7 +296,6 @@ static const struct snd_soc_component_driver soc_component_dev_max9850 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static int max9850_i2c_probe(struct i2c_client *i2c)
diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c
index f0f085ecab550..5edd6f90f8a7b 100644
--- a/sound/soc/codecs/max98520.c
+++ b/sound/soc/codecs/max98520.c
@@ -657,7 +657,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98520 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98520_regmap = {
diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c
index a1d0179e12c76..771b3dcd6cc32 100644
--- a/sound/soc/codecs/max9860.c
+++ b/sound/soc/codecs/max9860.c
@@ -537,7 +537,6 @@ static const struct snd_soc_component_driver max9860_component_driver = {
 	.num_dapm_routes	= ARRAY_SIZE(max9860_dapm_routes),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 #ifdef CONFIG_PM
diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index eb628b7e84f55..6d2941a9dbd6e 100644
--- a/sound/soc/codecs/max9867.c
+++ b/sound/soc/codecs/max9867.c
@@ -589,7 +589,6 @@ static const struct snd_soc_component_driver max9867_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static bool max9867_volatile_register(struct device *dev, unsigned int reg)
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c
index 63849ebcfd354..c24d9f2c8874d 100644
--- a/sound/soc/codecs/max98925.c
+++ b/sound/soc/codecs/max98925.c
@@ -544,7 +544,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98925 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98925_regmap = {
diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c
index 56e0a87c7112f..bffd56e240e9a 100644
--- a/sound/soc/codecs/max98926.c
+++ b/sound/soc/codecs/max98926.c
@@ -496,7 +496,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98926 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98926_regmap = {
diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c
index b7cff76d7b5b9..9cce7c0f01424 100644
--- a/sound/soc/codecs/max98927.c
+++ b/sound/soc/codecs/max98927.c
@@ -832,7 +832,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98927 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98927_regmap = {
-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <broonie@kernel.org>
Cc: cezary.rojewski@intel.com, heiko@sntech.de,
	kuninori.morimoto.gx@renesas.com, airlied@linux.ie,
	alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org,
	nicolas.ferre@microchip.com, srinivas.kandagatla@linaro.org,
	peter.ujfalusi@gmail.com,
	linux-stm32@st-md-mailman.stormreply.com, jbrunet@baylibre.com,
	pierre-louis.bossart@linux.intel.com, krzk@kernel.org,
	linux-rockchip@lists.infradead.org, linux-imx@nxp.com,
	linux-mips@vger.kernel.org, linux-sunxi@lists.linux.dev,
	linux-xtensa@linux-xtensa.org, nsaenz@kernel.org,
	kernel@pengutronix.de, mripard@kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, linux-amlogic@lists.infradead.org,
	linux-omap@vger.kernel.org, patches@opensource.cirrus.com,
	lgirdwood@gmail.com, vkoul@kernel.org, jarkko.nikula@bitmer.com,
	daniel@ffwll.ch, shawnguo@kernel.org, daniel@zonque.org
Subject: [PATCH 52/96] ASoC: max*: Remove now redundant non_legacy_dai_naming flag
Date: Thu, 16 Jun 2022 15:33:45 +0100	[thread overview]
Message-ID: <20220616143429.1324494-53-ckeepax@opensource.cirrus.com> (raw)
In-Reply-To: <20220616143429.1324494-1-ckeepax@opensource.cirrus.com>

The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/max98088.c  | 1 -
 sound/soc/codecs/max98090.c  | 1 -
 sound/soc/codecs/max98095.c  | 1 -
 sound/soc/codecs/max98357a.c | 1 -
 sound/soc/codecs/max98371.c  | 1 -
 sound/soc/codecs/max98373.c  | 2 --
 sound/soc/codecs/max98390.c  | 1 -
 sound/soc/codecs/max98396.c  | 2 --
 sound/soc/codecs/max9850.c   | 1 -
 sound/soc/codecs/max98520.c  | 1 -
 sound/soc/codecs/max9860.c   | 1 -
 sound/soc/codecs/max9867.c   | 1 -
 sound/soc/codecs/max98925.c  | 1 -
 sound/soc/codecs/max98926.c  | 1 -
 sound/soc/codecs/max98927.c  | 1 -
 15 files changed, 17 deletions(-)

diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c
index 5ef2e1279ee71..08e5c606ff27d 100644
--- a/sound/soc/codecs/max98088.c
+++ b/sound/soc/codecs/max98088.c
@@ -1734,7 +1734,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98088 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98088_i2c_id[] = {
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 72471cdb22292..142083b13ac3b 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -2519,7 +2519,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98090 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98090_regmap = {
diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c
index 7bca99fa61b54..44aa58fcc23f8 100644
--- a/sound/soc/codecs/max98095.c
+++ b/sound/soc/codecs/max98095.c
@@ -2103,7 +2103,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98095 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct i2c_device_id max98095_i2c_id[] = {
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c
index 9188127638848..2a2b286f1747f 100644
--- a/sound/soc/codecs/max98357a.c
+++ b/sound/soc/codecs/max98357a.c
@@ -93,7 +93,6 @@ static const struct snd_soc_component_driver max98357a_component_driver = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_dai_ops max98357a_dai_ops = {
diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c
index 800f2bca6a0f1..bac9d1bcf60ae 100644
--- a/sound/soc/codecs/max98371.c
+++ b/sound/soc/codecs/max98371.c
@@ -351,7 +351,6 @@ static const struct snd_soc_component_driver max98371_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98371_regmap = {
diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c
index e14fe98349a5e..9a84c0ed395e6 100644
--- a/sound/soc/codecs/max98373.c
+++ b/sound/soc/codecs/max98373.c
@@ -436,7 +436,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373 = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373);
 
@@ -450,7 +449,6 @@ const struct snd_soc_component_driver soc_codec_dev_max98373_sdw = {
 	.num_dapm_routes	= ARRAY_SIZE(max98373_audio_map),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373_sdw);
 
diff --git a/sound/soc/codecs/max98390.c b/sound/soc/codecs/max98390.c
index d83f81d9ff4ea..5c08166a8dc62 100644
--- a/sound/soc/codecs/max98390.c
+++ b/sound/soc/codecs/max98390.c
@@ -983,7 +983,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98390 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98390_regmap = {
diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c
index 56eb62bb041f9..225effede9d25 100644
--- a/sound/soc/codecs/max98396.c
+++ b/sound/soc/codecs/max98396.c
@@ -1453,7 +1453,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98396 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
@@ -1467,7 +1466,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98397 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98396_regmap = {
diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c
index 9ca6fc254883c..a6733396b0cad 100644
--- a/sound/soc/codecs/max9850.c
+++ b/sound/soc/codecs/max9850.c
@@ -296,7 +296,6 @@ static const struct snd_soc_component_driver soc_component_dev_max9850 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static int max9850_i2c_probe(struct i2c_client *i2c)
diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c
index f0f085ecab550..5edd6f90f8a7b 100644
--- a/sound/soc/codecs/max98520.c
+++ b/sound/soc/codecs/max98520.c
@@ -657,7 +657,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98520 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98520_regmap = {
diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c
index a1d0179e12c76..771b3dcd6cc32 100644
--- a/sound/soc/codecs/max9860.c
+++ b/sound/soc/codecs/max9860.c
@@ -537,7 +537,6 @@ static const struct snd_soc_component_driver max9860_component_driver = {
 	.num_dapm_routes	= ARRAY_SIZE(max9860_dapm_routes),
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 #ifdef CONFIG_PM
diff --git a/sound/soc/codecs/max9867.c b/sound/soc/codecs/max9867.c
index eb628b7e84f55..6d2941a9dbd6e 100644
--- a/sound/soc/codecs/max9867.c
+++ b/sound/soc/codecs/max9867.c
@@ -589,7 +589,6 @@ static const struct snd_soc_component_driver max9867_component = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static bool max9867_volatile_register(struct device *dev, unsigned int reg)
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c
index 63849ebcfd354..c24d9f2c8874d 100644
--- a/sound/soc/codecs/max98925.c
+++ b/sound/soc/codecs/max98925.c
@@ -544,7 +544,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98925 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98925_regmap = {
diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c
index 56e0a87c7112f..bffd56e240e9a 100644
--- a/sound/soc/codecs/max98926.c
+++ b/sound/soc/codecs/max98926.c
@@ -496,7 +496,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98926 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98926_regmap = {
diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c
index b7cff76d7b5b9..9cce7c0f01424 100644
--- a/sound/soc/codecs/max98927.c
+++ b/sound/soc/codecs/max98927.c
@@ -832,7 +832,6 @@ static const struct snd_soc_component_driver soc_component_dev_max98927 = {
 	.idle_bias_on		= 1,
 	.use_pmdown_time	= 1,
 	.endianness		= 1,
-	.non_legacy_dai_naming	= 1,
 };
 
 static const struct regmap_config max98927_regmap = {
-- 
2.30.2


  parent reply	other threads:[~2022-06-16 14:35 UTC|newest]

Thread overview: 508+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 14:32 [PATCH 00/96] Refactor non_legacy_dai_naming flag Charles Keepax
2022-06-16 14:32 ` Charles Keepax
2022-06-16 14:32 ` Charles Keepax
2022-06-16 14:32 ` Charles Keepax
2022-06-16 14:32 ` Charles Keepax
2022-06-16 14:32 ` [PATCH 01/96] ASoC: soc-component: Add legacy_dai_naming flag Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32 ` [PATCH 02/96] soundwire: intel: Migrate to new style legacy DAI naming flag Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32 ` [PATCH 03/96] drm/vc4: " Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-17  7:25   ` Maxime Ripard
2022-06-17  7:25     ` Maxime Ripard
2022-06-17  7:25     ` Maxime Ripard
2022-06-17  7:25     ` Maxime Ripard
2022-06-17  7:25     ` Maxime Ripard
2022-06-16 14:32 ` [PATCH 04/96] ASoC: img: " Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32 ` [PATCH 05/96] ASoC: spear: " Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32 ` [PATCH 06/96] ASoC: jz4740-i2c: " Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:32   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 07/96] ASoC: ep93xx: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 08/96] ASoC: stm32: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 09/96] ASoC: bcm: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 10/96] ASoC: sh: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 11/96] ASoC: tegra: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 12/96] ASoC: hisilicon: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 13/96] ASoC: xilinx: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 14/96] ASoC: sunxi: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 15/96] ASoC: Intel: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 16/96] ASoC: meson: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 17/96] ASoC: sti-uniperf: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 18/96] ASoC: amd: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 19/96] ASoC: atmel: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 20/96] ASoC: fsl: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 21/96] ASoC: xtensa: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 22/96] ASoC: adi: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 23/96] ASoC: dwc: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 24/96] ASoC: qcom: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 25/96] ASoC: test-component: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 26/96] ASoC: rockchip: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 27/96] ASoC: au1x: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-23  1:59   ` kernel test robot
2022-06-23  1:59     ` kernel test robot
2022-06-23  1:59     ` kernel test robot
2022-06-23  1:59     ` kernel test robot
2022-06-23  9:39     ` Charles Keepax
2022-06-23  9:39       ` Charles Keepax
2022-06-23  9:39       ` Charles Keepax
2022-06-23  9:39       ` Charles Keepax
2022-06-23  9:39       ` Charles Keepax
2022-06-23 11:02       ` Mark Brown
2022-06-23 11:02         ` Mark Brown
2022-06-23 11:02         ` Mark Brown
2022-06-23 11:02         ` Mark Brown
2022-06-23 11:02         ` Mark Brown
2022-06-16 14:33 ` [PATCH 28/96] ASoC: pxa: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 29/96] ASoC: sof: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 30/96] ASoC: ux500: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 31/96] ASoC: ti: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 32/96] ASoC: mxs-saif: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 33/96] ASoC: samsung: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 34/96] ASoC: core: Switch core to new " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 35/96] media: TDA1997x: Remove now redundant non_legacy_dai_naming flag Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 36/96] ASoC: fsl: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 37/96] ASoC: meson: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 38/96] ASoC: pistachio: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 39/96] ASoC: samsung: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 40/96] ASoC: soc-utils: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 41/96] ASoC: sunxi: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 42/96] ASoC: tegra: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 43/96] ASoC: test-component: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 44/96] ASoC: topology: KUnit: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 45/96] ASoC: uniphier: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 46/96] ASoC: ad*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 47/96] ASoC: ak*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 48/96] ASoC: alc*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 49/96] ASoC: cs*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 50/96] ASoC: da*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 51/96] ASoC: es*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` Charles Keepax [this message]
2022-06-16 14:33   ` [PATCH 52/96] ASoC: max*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 53/96] ASoC: msm*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 54/96] ASoC: nau*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 55/96] ASoC: pcm*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 56/96] ASoC: rt*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 57/96] ASoC: spdif: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 58/96] ASoC: ssm*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 59/96] ASoC: sta*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 60/96] ASoC: tas*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 61/96] ASoC: tfa*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 62/96] ASoC: tlv320*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 63/96] ASoC: twl*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 64/96] ASoC: uda*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 65/96] ASoC: wm*: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33 ` [PATCH 66/96] ASoC: 88pm860x: " Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:33   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 67/96] ASoC: ab8500: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 68/96] ASoC: ac97: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 69/96] ASoC: ads117x: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 70/96] ASoC: bd28623: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 71/96] ASoC: bt-sco: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 72/96] ASoC: cpcap: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 73/96] ASoC: cq93vc: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 74/96] ASoC: cx20442: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 75/96] ASoC: dmic: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 76/96] ASoC: gtm601: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 77/96] ASoC: hdac_hdmi: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 78/96] ASoC: hdmi-codec: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 79/96] ASoC: ics43432: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 80/96] ASoC: inno_rk3036: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 81/96] ASoC: Intel: avs: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 82/96] ASoC: isabelle: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 83/96] ASoC: jz4740: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 84/96] ASoC: lm49453: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 85/96] ASoC: lochnagar: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 86/96] ASoC: mc13783: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 87/96] ASoC: ml26124: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 88/96] ASoC: rk817: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 89/96] ASoC: sgtl5000: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 90/96] ASoC: si476x: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 91/96] ASoC: stac9766: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 92/96] ASoC: sti-sas: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 93/96] ASoC: tscs42xx: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 94/96] ASoC: wl1273: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 95/96] ASoC: zl38060: " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34 ` [PATCH 96/96] ASoC: soc-component: Remove " Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-16 14:34   ` Charles Keepax
2022-06-29 16:23 ` [PATCH 00/96] Refactor " Mark Brown
2022-06-29 16:23   ` Mark Brown
2022-06-29 16:23   ` Mark Brown
2022-06-29 16:23   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220616143429.1324494-53-ckeepax@opensource.cirrus.com \
    --to=ckeepax@opensource.cirrus.com \
    --cc=airlied@linux.ie \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=daniel@zonque.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=heiko@sntech.de \
    --cc=jarkko.nikula@bitmer.com \
    --cc=jbrunet@baylibre.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.org \
    --cc=mripard@kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=nsaenz@kernel.org \
    --cc=patches@opensource.cirrus.com \
    --cc=peter.ujfalusi@gmail.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=shawnguo@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.