ASoC: max*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:06 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:02 +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-53-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
15 files changed:
sound/soc/codecs/max98088.c
sound/soc/codecs/max98090.c
sound/soc/codecs/max98095.c
sound/soc/codecs/max98357a.c
sound/soc/codecs/max98371.c
sound/soc/codecs/max98373.c
sound/soc/codecs/max98390.c
sound/soc/codecs/max98396.c
sound/soc/codecs/max9850.c
sound/soc/codecs/max98520.c
sound/soc/codecs/max9860.c
sound/soc/codecs/max9867.c
sound/soc/codecs/max98925.c
sound/soc/codecs/max98926.c
sound/soc/codecs/max98927.c

index 5ef2e1279ee714b241993d9792026ef5568b0f7b..08e5c606ff27d71954fd5d2e52c114dc354fb0ae 100644 (file)
@@ -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[] = {
index 72471cdb22292ddee9fc1a2914442b933e93b37c..142083b13ac3be0ae4383b5d48917eb5090fa107 100644 (file)
@@ -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 = {
index 7bca99fa61b54753b5aa85f89507102ab971122c..44aa58fcc23f829861c35070427538ea9be0b421 100644 (file)
@@ -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[] = {
index 918812763884861252d433f2094c59560f29df1c..2a2b286f1747f2ba76474ac79f1962ef219338aa 100644 (file)
@@ -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 = {
index 800f2bca6a0f1226a5e498695662a090255f53df..bac9d1bcf60aec5fc293f01a43ec1f3ca1f22ec6 100644 (file)
@@ -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 = {
index 1517c47afbf14bd0d5f8f9b580e6158524e0093e..f90a6a7ba83b8cb122a8192c197f6e4d57788dc6 100644 (file)
@@ -437,7 +437,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);
 
@@ -462,7 +461,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);
 
index d83f81d9ff4eaf79c574f01c56c81851a3d336aa..5c08166a8dc62a6116161f2237d17637c80e2d56 100644 (file)
@@ -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 = {
index 56eb62bb041f90146eebfffce098cac1d2426f58..225effede9d25815e4dbc7d2cff981c5cc443545 100644 (file)
@@ -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 = {
index 9ca6fc254883c96ca996d814ae8f5e31c203e2a6..a6733396b0cadaa93bc44f2d6eeb01b29424a3c1 100644 (file)
@@ -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)
index f0f085ecab55073f0ae95c27182d88e90d7715ec..5edd6f90f8a7b47aeb4aa165d0748229f3b9a0c8 100644 (file)
@@ -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 = {
index a1d0179e12c76b2443b4b702e52ea6d9e1814148..771b3dcd6cc322cd2baa8852a06fb368c755a08a 100644 (file)
@@ -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
index eb628b7e84f5591526b5ccfc7995154344fe576d..6d2941a9dbd6ea76f824b679a282de55acb59a14 100644 (file)
@@ -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)
index 63849ebcfd354e9cee999fae95f9a41a842acdb3..c24d9f2c8874d6e243d5d15091f8c2c23b641174 100644 (file)
@@ -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 = {
index 56e0a87c7112f4443b4b12cde186bdb7132e02b3..bffd56e240e9a3c14f0290669a13f8efd85c012e 100644 (file)
@@ -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 = {
index b7cff76d7b5b9e9f0ab3c2d401ebe261ab6ef233..9cce7c0f01424816aa8537233f161df5a48bb33e 100644 (file)
@@ -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 = {