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

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

authored by

Charles Keepax and committed by
Mark Brown
c03a5b4c ff946fd9

-6
-1
sound/soc/codecs/da7210.c
··· 1173 1173 .idle_bias_on = 1, 1174 1174 .use_pmdown_time = 1, 1175 1175 .endianness = 1, 1176 - .non_legacy_dai_naming = 1, 1177 1176 }; 1178 1177 1179 1178 #if IS_ENABLED(CONFIG_I2C)
-1
sound/soc/codecs/da7213.c
··· 1922 1922 .idle_bias_on = 1, 1923 1923 .use_pmdown_time = 1, 1924 1924 .endianness = 1, 1925 - .non_legacy_dai_naming = 1, 1926 1925 }; 1927 1926 1928 1927 static const struct regmap_config da7213_regmap_config = {
-1
sound/soc/codecs/da7218.c
··· 3040 3040 .idle_bias_on = 1, 3041 3041 .use_pmdown_time = 1, 3042 3042 .endianness = 1, 3043 - .non_legacy_dai_naming = 1, 3044 3043 }; 3045 3044 3046 3045
-1
sound/soc/codecs/da7219.c
··· 2647 2647 .idle_bias_on = 1, 2648 2648 .use_pmdown_time = 1, 2649 2649 .endianness = 1, 2650 - .non_legacy_dai_naming = 1, 2651 2650 }; 2652 2651 2653 2652
-1
sound/soc/codecs/da732x.c
··· 1503 1503 .idle_bias_on = 1, 1504 1504 .use_pmdown_time = 1, 1505 1505 .endianness = 1, 1506 - .non_legacy_dai_naming = 1, 1507 1506 }; 1508 1507 1509 1508 static int da732x_i2c_probe(struct i2c_client *i2c)
-1
sound/soc/codecs/da9055.c
··· 1460 1460 .idle_bias_on = 1, 1461 1461 .use_pmdown_time = 1, 1462 1462 .endianness = 1, 1463 - .non_legacy_dai_naming = 1, 1464 1463 }; 1465 1464 1466 1465 static const struct regmap_config da9055_regmap_config = {