ASoC: rt*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:10 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:05 +0000 (13:17 +0100)
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>
Link: https://lore.kernel.org/r/20220623125250.2355471-57-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
25 files changed:
sound/soc/codecs/rt1011.c
sound/soc/codecs/rt1015.c
sound/soc/codecs/rt1015p.c
sound/soc/codecs/rt1016.c
sound/soc/codecs/rt1019.c
sound/soc/codecs/rt1305.c
sound/soc/codecs/rt1308.c
sound/soc/codecs/rt274.c
sound/soc/codecs/rt286.c
sound/soc/codecs/rt298.c
sound/soc/codecs/rt5514.c
sound/soc/codecs/rt5616.c
sound/soc/codecs/rt5631.c
sound/soc/codecs/rt5640.c
sound/soc/codecs/rt5645.c
sound/soc/codecs/rt5651.c
sound/soc/codecs/rt5659.c
sound/soc/codecs/rt5660.c
sound/soc/codecs/rt5663.c
sound/soc/codecs/rt5665.c
sound/soc/codecs/rt5668.c
sound/soc/codecs/rt5670.c
sound/soc/codecs/rt5677.c
sound/soc/codecs/rt5682.c
sound/soc/codecs/rt5682s.c

index 08dbaef84d4e188d44a31711d3b334056d35c833..c1568216126ef775af88cd1f7bfb2cb57449a81c 100644 (file)
@@ -2176,7 +2176,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt1011 = {
        .set_pll = rt1011_set_component_pll,
        .use_pmdown_time = 1,
        .endianness = 1,
-       .non_legacy_dai_naming = 1,
 };
 
 static const struct regmap_config rt1011_regmap = {
index 7a06f2654afb037f52d8760deb7f07ab92f30007..57d0f1c69e46c6f629cf48abdf8251fc4e079dec 100644 (file)
@@ -1071,7 +1071,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt1015 = {
        .set_pll = rt1015_set_component_pll,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt1015_regmap = {
index 415cfb3b2f0d068b792789ce166fb0fbfe6db09c..06800dad879812a14e9d5a58ba095e5bbc142570 100644 (file)
@@ -89,7 +89,6 @@ static const struct snd_soc_component_driver rt1015p_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static struct snd_soc_dai_driver rt1015p_dai_driver = {
index e31c4736627f048e653b01f804c0a3b24fe28373..37eeec650f035b0b3e1f752d466b793c82322b92 100644 (file)
@@ -595,7 +595,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt1016 = {
        .set_pll = rt1016_set_component_pll,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt1016_regmap = {
index f3f15fbe85d0e92bc773df918b82d4ffd6f1ccf4..b66bfecbb879bafc804f2cd1d46eed942e6a708a 100644 (file)
@@ -522,7 +522,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt1019 = {
        .num_dapm_widgets       = ARRAY_SIZE(rt1019_dapm_widgets),
        .dapm_routes            = rt1019_dapm_routes,
        .num_dapm_routes        = ARRAY_SIZE(rt1019_dapm_routes),
-       .non_legacy_dai_naming  = 1,
        .endianness             = 1,
 };
 
index 58d97e3c5087d4993e64dfe8241c0c9769fdade0..5b39a440b6dc120fcda0a5007cc523faa2f4aebd 100644 (file)
@@ -946,7 +946,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt1305 = {
        .set_pll = rt1305_set_component_pll,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt1305_regmap = {
index eec2b1760408907702b391ee2e16cf4430d8fd4f..d2a8e9fe3e2341748336a5e75bf85331f03cb69b 100644 (file)
@@ -765,7 +765,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt1308 = {
        .set_pll = rt1308_set_component_pll,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt1308_regmap = {
index a5615e94ec7d0f974a7126406baa6456ff5053ff..6b208f9eb5035f672dfd63290c520092b28d0411 100644 (file)
@@ -1072,7 +1072,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt274 = {
        .num_dapm_routes        = ARRAY_SIZE(rt274_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt274_regmap = {
index 0534a073ee695974c2444e74ca7ca8648fb87e81..b2b0b2b1e4d06b7b70e4a552a2f5aecce6def5bc 100644 (file)
@@ -1058,7 +1058,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt286 = {
        .num_dapm_routes        = ARRAY_SIZE(rt286_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt286_regmap = {
index 1a27e5e63289c0f4964dcf5fc5665484c2506d14..266a2cc55b8d69340d2070e97aa57b84a536204d 100644 (file)
@@ -1123,7 +1123,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt298 = {
        .num_dapm_routes        = ARRAY_SIZE(rt298_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt298_regmap = {
index be8ece4630df5c330085c41b799f2d0919671448..b9bcf04d4dc938d5c51cd7f562d73b6d1b776f1c 100644 (file)
@@ -1173,7 +1173,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5514 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5514_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5514_i2c_regmap = {
index 37f1bf552eff49861c5e1021f751c330f898df09..970d6c4a358e01c26e150e3d7f7594f7d6899ecc 100644 (file)
@@ -1304,7 +1304,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5616 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5616_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5616_regmap = {
index c941e878471c16b7274dacea1f859e040d2d99b9..957f6b19beec931ca6d084f3860d0fc6c7adb6a3 100644 (file)
@@ -1666,7 +1666,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5631 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct i2c_device_id rt5631_i2c_id[] = {
index 69c80d80ed9d52be92c49152fe737cabe3dd1de3..56008e4518f3dace3e4bd69a7c1c61384e504abf 100644 (file)
@@ -2867,8 +2867,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5640 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5640_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
-
 };
 
 static const struct regmap_config rt5640_regmap = {
index 507aba8de3cc9dd348ef4f70b353ff2983e12cc3..8635bc6567dcecae372a120a98925e2dd692e55f 100644 (file)
@@ -3534,7 +3534,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5645 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5645_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5645_regmap = {
index d11d201b1d03ef3a470168cc12237d6477b3da33..df90af906563abb330a04aab0ff49aefc1f9ff6f 100644 (file)
@@ -2161,7 +2161,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5651 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5651_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5651_regmap = {
index 6efa90f46362b67d0a575e1d7fcb4bdc717d8271..5e21e3c37ab575f1b872f7a40baceb62980ab7f9 100644 (file)
@@ -3801,7 +3801,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5659 = {
        .set_pll                = rt5659_set_component_pll,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 
index d5f9926625d23bd2237854b5ad26a28d0f469df5..341baa29fdb189051ab06fb66ed2610e081b240a 100644 (file)
@@ -1208,7 +1208,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5660 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5660_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5660_regmap = {
index e51eed8a79ab766fb1e3ea5fd8639a9695f6ab8c..ca981b374b0c8538ca450eec114ed9db28008abe 100644 (file)
@@ -3258,7 +3258,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5663 = {
        .set_jack               = rt5663_set_jack_detect,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5663_v2_regmap = {
index 4a8d62e1dd2b59926700691acb5f4d055c44720f..6e66cc218fa8dc981df511357a4644c7334681fa 100644 (file)
@@ -4617,7 +4617,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5665 = {
        .set_jack               = rt5665_set_jack_detect,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 
index 01566f036ca17da2cc14c3fc0fc44831d528c6bd..beb0951ff680bd0d357784ae0388fed1e189cd09 100644 (file)
@@ -2362,7 +2362,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5668 = {
        .set_jack = rt5668_set_jack_detect,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5668_regmap = {
index 8a97f6db04d56c81921325b8863ff0356c34e8cb..60dbfa2a54f1b86a073ec4721016d88c844f315e 100644 (file)
@@ -2852,7 +2852,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5670 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5670_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5670_regmap = {
index 4a8c267d4fbc89031f59bf2e3e52b1cbaa397d82..31a2dd0aafb64f0bca2be5a1eec3d9530e966d50 100644 (file)
@@ -5189,7 +5189,6 @@ static const struct snd_soc_component_driver soc_component_dev_rt5677 = {
        .num_dapm_routes        = ARRAY_SIZE(rt5677_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config rt5677_regmap_physical = {
index 2b6c6d6b9771e09b8e776f0c54db33890b57e543..2df95e792900c621f3ad907818ed29b7bedbfc0f 100644 (file)
@@ -3064,7 +3064,6 @@ const struct snd_soc_component_driver rt5682_soc_component_dev = {
        .set_jack = rt5682_set_jack_detect,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 EXPORT_SYMBOL_GPL(rt5682_soc_component_dev);
 
index 4d44eddee901c658137e76d18e9c0f0a7386c4c5..eb47e7cd485aa11f39528d7b9008e9b4ef9741a9 100644 (file)
@@ -2893,7 +2893,6 @@ static const struct snd_soc_component_driver rt5682s_soc_component_dev = {
        .set_jack = rt5682s_set_jack_detect,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int rt5682s_parse_dt(struct rt5682s_priv *rt5682s, struct device *dev)