Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: es*: Remove now redundant non_legacy_dai_naming flag

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>

authored by

Charles Keepax and committed by
Mark Brown
f0b163b4 c03a5b4c

-4
-1
sound/soc/codecs/es7134.c
··· 213 213 .idle_bias_on = 1, 214 214 .use_pmdown_time = 1, 215 215 .endianness = 1, 216 - .non_legacy_dai_naming = 1, 217 216 }; 218 217 219 218 static struct snd_soc_dai_driver es7154_dai = {
-1
sound/soc/codecs/es7241.c
··· 232 232 .num_dapm_routes = ARRAY_SIZE(es7241_dapm_routes), 233 233 .idle_bias_on = 1, 234 234 .endianness = 1, 235 - .non_legacy_dai_naming = 1, 236 235 }; 237 236 238 237 static void es7241_parse_fmt(struct device *dev, struct es7241_data *priv)
-1
sound/soc/codecs/es8316.c
··· 769 769 .num_dapm_routes = ARRAY_SIZE(es8316_dapm_routes), 770 770 .use_pmdown_time = 1, 771 771 .endianness = 1, 772 - .non_legacy_dai_naming = 1, 773 772 }; 774 773 775 774 static const struct regmap_range es8316_volatile_ranges[] = {
-1
sound/soc/codecs/es8328.c
··· 844 844 .idle_bias_on = 1, 845 845 .use_pmdown_time = 1, 846 846 .endianness = 1, 847 - .non_legacy_dai_naming = 1, 848 847 }; 849 848 850 849 int es8328_probe(struct device *dev, struct regmap *regmap)