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

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

authored by

Charles Keepax and committed by
Mark Brown
60d28b5c 410e73a5

-2
-1
sound/soc/codecs/alc5623.c
··· 956 956 .idle_bias_on = 1, 957 957 .use_pmdown_time = 1, 958 958 .endianness = 1, 959 - .non_legacy_dai_naming = 1, 960 959 }; 961 960 962 961 static const struct regmap_config alc5623_regmap = {
-1
sound/soc/codecs/alc5632.c
··· 1078 1078 .idle_bias_on = 1, 1079 1079 .use_pmdown_time = 1, 1080 1080 .endianness = 1, 1081 - .non_legacy_dai_naming = 1, 1082 1081 }; 1083 1082 1084 1083 static const struct regmap_config alc5632_regmap = {