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

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

authored by

Charles Keepax and committed by
Mark Brown
19188940 dd213681

-1
-1
sound/soc/codecs/lm49453.c
··· 1399 1399 .num_dapm_routes = ARRAY_SIZE(lm49453_audio_map), 1400 1400 .use_pmdown_time = 1, 1401 1401 .endianness = 1, 1402 - .non_legacy_dai_naming = 1, 1403 1402 }; 1404 1403 1405 1404 static const struct regmap_config lm49453_regmap_config = {