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

ASoC: pcm*: 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-56-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Charles Keepax and committed by
Mark Brown
8d4470b8 c2fd88f0

-9
-1
sound/soc/codecs/pcm1681.c
··· 290 290 .idle_bias_on = 1, 291 291 .use_pmdown_time = 1, 292 292 .endianness = 1, 293 - .non_legacy_dai_naming = 1, 294 293 }; 295 294 296 295 static const struct i2c_device_id pcm1681_i2c_id[] = {
-1
sound/soc/codecs/pcm1789.c
··· 229 229 .idle_bias_on = 1, 230 230 .use_pmdown_time = 1, 231 231 .endianness = 1, 232 - .non_legacy_dai_naming = 1, 233 232 }; 234 233 235 234 int pcm1789_common_init(struct device *dev, struct regmap *regmap)
-1
sound/soc/codecs/pcm179x.c
··· 207 207 .idle_bias_on = 1, 208 208 .use_pmdown_time = 1, 209 209 .endianness = 1, 210 - .non_legacy_dai_naming = 1, 211 210 }; 212 211 213 212 int pcm179x_common_init(struct device *dev, struct regmap *regmap)
-2
sound/soc/codecs/pcm186x.c
··· 578 578 .idle_bias_on = 1, 579 579 .use_pmdown_time = 1, 580 580 .endianness = 1, 581 - .non_legacy_dai_naming = 1, 582 581 }; 583 582 584 583 static struct snd_soc_component_driver soc_codec_dev_pcm1865 = { ··· 592 593 .idle_bias_on = 1, 593 594 .use_pmdown_time = 1, 594 595 .endianness = 1, 595 - .non_legacy_dai_naming = 1, 596 596 }; 597 597 598 598 static bool pcm186x_volatile(struct device *dev, unsigned int reg)
-1
sound/soc/codecs/pcm3008.c
··· 102 102 .idle_bias_on = 1, 103 103 .use_pmdown_time = 1, 104 104 .endianness = 1, 105 - .non_legacy_dai_naming = 1, 106 105 }; 107 106 108 107 static int pcm3008_codec_probe(struct platform_device *pdev)
-1
sound/soc/codecs/pcm3168a.c
··· 716 716 .num_dapm_routes = ARRAY_SIZE(pcm3168a_dapm_routes), 717 717 .use_pmdown_time = 1, 718 718 .endianness = 1, 719 - .non_legacy_dai_naming = 1, 720 719 }; 721 720 722 721 int pcm3168a_probe(struct device *dev, struct regmap *regmap)
-1
sound/soc/codecs/pcm5102a.c
··· 28 28 .idle_bias_on = 1, 29 29 .use_pmdown_time = 1, 30 30 .endianness = 1, 31 - .non_legacy_dai_naming = 1, 32 31 }; 33 32 34 33 static int pcm5102a_probe(struct platform_device *pdev)
-1
sound/soc/codecs/pcm512x.c
··· 1512 1512 .num_dapm_routes = ARRAY_SIZE(pcm512x_dapm_routes), 1513 1513 .use_pmdown_time = 1, 1514 1514 .endianness = 1, 1515 - .non_legacy_dai_naming = 1, 1516 1515 }; 1517 1516 1518 1517 static const struct regmap_range_cfg pcm512x_range = {