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

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

authored by

Charles Keepax and committed by
Mark Brown
402f437b a4311a5b

-3
-1
sound/soc/codecs/sta32x.c
··· 1014 1014 .idle_bias_on = 1, 1015 1015 .use_pmdown_time = 1, 1016 1016 .endianness = 1, 1017 - .non_legacy_dai_naming = 1, 1018 1017 }; 1019 1018 1020 1019 static const struct regmap_config sta32x_regmap = {
-1
sound/soc/codecs/sta350.c
··· 1057 1057 .idle_bias_on = 1, 1058 1058 .use_pmdown_time = 1, 1059 1059 .endianness = 1, 1060 - .non_legacy_dai_naming = 1, 1061 1060 }; 1062 1061 1063 1062 static const struct regmap_config sta350_regmap = {
-1
sound/soc/codecs/sta529.c
··· 322 322 .idle_bias_on = 1, 323 323 .use_pmdown_time = 1, 324 324 .endianness = 1, 325 - .non_legacy_dai_naming = 1, 326 325 }; 327 326 328 327 static const struct regmap_config sta529_regmap = {