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

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

authored by

Charles Keepax and committed by
Mark Brown
792008f6 5947b42c

-3
-1
sound/soc/codecs/uda1334.c
··· 236 236 .idle_bias_on = 1, 237 237 .use_pmdown_time = 1, 238 238 .endianness = 1, 239 - .non_legacy_dai_naming = 1, 240 239 }; 241 240 242 241 static const struct of_device_id uda1334_of_match[] = {
-1
sound/soc/codecs/uda134x.c
··· 527 527 .idle_bias_on = 1, 528 528 .use_pmdown_time = 1, 529 529 .endianness = 1, 530 - .non_legacy_dai_naming = 1, 531 530 }; 532 531 533 532 static const struct regmap_config uda134x_regmap_config = {
-1
sound/soc/codecs/uda1380.c
··· 736 736 .idle_bias_on = 1, 737 737 .use_pmdown_time = 1, 738 738 .endianness = 1, 739 - .non_legacy_dai_naming = 1, 740 739 }; 741 740 742 741 static int uda1380_i2c_probe(struct i2c_client *i2c)