ASoC: es*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:05 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:01 +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-52-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es7134.c
sound/soc/codecs/es7241.c
sound/soc/codecs/es8316.c
sound/soc/codecs/es8328.c

index f443351677dfe153e33ada0f06247372a347a14a..f5150d2f95da68f7cd3cbfaec7343e90fd5e54eb 100644 (file)
@@ -213,7 +213,6 @@ static const struct snd_soc_component_driver es7134_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static struct snd_soc_dai_driver es7154_dai = {
index 0baa86241cf938f316d64729dece48a420ff4e69..339553cfbb48e7d7f1d52fa550a52f33491540ba 100644 (file)
@@ -232,7 +232,6 @@ static const struct snd_soc_component_driver es7241_component_driver = {
        .num_dapm_routes        = ARRAY_SIZE(es7241_dapm_routes),
        .idle_bias_on           = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static void es7241_parse_fmt(struct device *dev, struct es7241_data *priv)
index 4407166bb3388e62d47dcb88b150b3076181706a..eb15be9095e77f550e10edfe75e65f935550351f 100644 (file)
@@ -769,7 +769,6 @@ static const struct snd_soc_component_driver soc_component_dev_es8316 = {
        .num_dapm_routes        = ARRAY_SIZE(es8316_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_range es8316_volatile_ranges[] = {
index dd53dfd87b04ee0c28d9a2419898be5fb9565567..160adc706cc69e07ac7b71233a8776ccca9baf31 100644 (file)
@@ -844,7 +844,6 @@ static const struct snd_soc_component_driver es8328_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 int es8328_probe(struct device *dev, struct regmap *regmap)