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

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

authored by

Charles Keepax and committed by
Mark Brown
a4311a5b 792a8a94

-3
-1
sound/soc/codecs/ssm2518.c
··· 721 721 .num_dapm_routes = ARRAY_SIZE(ssm2518_routes), 722 722 .use_pmdown_time = 1, 723 723 .endianness = 1, 724 - .non_legacy_dai_naming = 1, 725 724 }; 726 725 727 726 static const struct regmap_config ssm2518_regmap_config = {
-1
sound/soc/codecs/ssm2602.c
··· 624 624 .idle_bias_on = 1, 625 625 .use_pmdown_time = 1, 626 626 .endianness = 1, 627 - .non_legacy_dai_naming = 1, 628 627 }; 629 628 630 629 static bool ssm2602_register_volatile(struct device *dev, unsigned int reg)
-1
sound/soc/codecs/ssm4567.c
··· 427 427 .num_dapm_routes = ARRAY_SIZE(ssm4567_routes), 428 428 .use_pmdown_time = 1, 429 429 .endianness = 1, 430 - .non_legacy_dai_naming = 1, 431 430 }; 432 431 433 432 static const struct regmap_config ssm4567_regmap_config = {