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

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

authored by

Charles Keepax and committed by
Mark Brown
c2fd88f0 736f4871

-7
-1
sound/soc/codecs/nau8315.c
··· 93 93 .idle_bias_on = 1, 94 94 .use_pmdown_time = 1, 95 95 .endianness = 1, 96 - .non_legacy_dai_naming = 1, 97 96 }; 98 97 99 98 static const struct snd_soc_dai_ops nau8315_dai_ops = {
-1
sound/soc/codecs/nau8540.c
··· 806 806 .idle_bias_on = 1, 807 807 .use_pmdown_time = 1, 808 808 .endianness = 1, 809 - .non_legacy_dai_naming = 1, 810 809 }; 811 810 812 811 static const struct regmap_config nau8540_regmap_config = {
-1
sound/soc/codecs/nau8810.c
··· 866 866 .idle_bias_on = 1, 867 867 .use_pmdown_time = 1, 868 868 .endianness = 1, 869 - .non_legacy_dai_naming = 1, 870 869 }; 871 870 872 871 static int nau8810_i2c_probe(struct i2c_client *i2c)
-1
sound/soc/codecs/nau8821.c
··· 1430 1430 .dapm_routes = nau8821_dapm_routes, 1431 1431 .num_dapm_routes = ARRAY_SIZE(nau8821_dapm_routes), 1432 1432 .suspend_bias_off = 1, 1433 - .non_legacy_dai_naming = 1, 1434 1433 .idle_bias_on = 1, 1435 1434 .use_pmdown_time = 1, 1436 1435 .endianness = 1,
-1
sound/soc/codecs/nau8822.c
··· 1083 1083 .idle_bias_on = 1, 1084 1084 .use_pmdown_time = 1, 1085 1085 .endianness = 1, 1086 - .non_legacy_dai_naming = 1, 1087 1086 }; 1088 1087 1089 1088 static const struct regmap_config nau8822_regmap_config = {
-1
sound/soc/codecs/nau8824.c
··· 1544 1544 .idle_bias_on = 1, 1545 1545 .use_pmdown_time = 1, 1546 1546 .endianness = 1, 1547 - .non_legacy_dai_naming = 1, 1548 1547 }; 1549 1548 1550 1549 static const struct snd_soc_dai_ops nau8824_dai_ops = {
-1
sound/soc/codecs/nau8825.c
··· 2478 2478 .idle_bias_on = 1, 2479 2479 .use_pmdown_time = 1, 2480 2480 .endianness = 1, 2481 - .non_legacy_dai_naming = 1, 2482 2481 }; 2483 2482 2484 2483 static void nau8825_reset_chip(struct regmap *regmap)