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

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

authored by

Charles Keepax and committed by
Mark Brown
d2d3219e f0b163b4

-17
-1
sound/soc/codecs/max98088.c
··· 1734 1734 .idle_bias_on = 1, 1735 1735 .use_pmdown_time = 1, 1736 1736 .endianness = 1, 1737 - .non_legacy_dai_naming = 1, 1738 1737 }; 1739 1738 1740 1739 static const struct i2c_device_id max98088_i2c_id[] = {
-1
sound/soc/codecs/max98090.c
··· 2519 2519 .idle_bias_on = 1, 2520 2520 .use_pmdown_time = 1, 2521 2521 .endianness = 1, 2522 - .non_legacy_dai_naming = 1, 2523 2522 }; 2524 2523 2525 2524 static const struct regmap_config max98090_regmap = {
-1
sound/soc/codecs/max98095.c
··· 2103 2103 .idle_bias_on = 1, 2104 2104 .use_pmdown_time = 1, 2105 2105 .endianness = 1, 2106 - .non_legacy_dai_naming = 1, 2107 2106 }; 2108 2107 2109 2108 static const struct i2c_device_id max98095_i2c_id[] = {
-1
sound/soc/codecs/max98357a.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 max98357a_dai_ops = {
-1
sound/soc/codecs/max98371.c
··· 351 351 .idle_bias_on = 1, 352 352 .use_pmdown_time = 1, 353 353 .endianness = 1, 354 - .non_legacy_dai_naming = 1, 355 354 }; 356 355 357 356 static const struct regmap_config max98371_regmap = {
-2
sound/soc/codecs/max98373.c
··· 437 437 .num_dapm_routes = ARRAY_SIZE(max98373_audio_map), 438 438 .use_pmdown_time = 1, 439 439 .endianness = 1, 440 - .non_legacy_dai_naming = 1, 441 440 }; 442 441 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373); 443 442 ··· 461 462 .num_dapm_routes = ARRAY_SIZE(max98373_audio_map), 462 463 .use_pmdown_time = 1, 463 464 .endianness = 1, 464 - .non_legacy_dai_naming = 1, 465 465 }; 466 466 EXPORT_SYMBOL_GPL(soc_codec_dev_max98373_sdw); 467 467
-1
sound/soc/codecs/max98390.c
··· 983 983 .idle_bias_on = 1, 984 984 .use_pmdown_time = 1, 985 985 .endianness = 1, 986 - .non_legacy_dai_naming = 1, 987 986 }; 988 987 989 988 static const struct regmap_config max98390_regmap = {
-2
sound/soc/codecs/max98396.c
··· 1453 1453 .idle_bias_on = 1, 1454 1454 .use_pmdown_time = 1, 1455 1455 .endianness = 1, 1456 - .non_legacy_dai_naming = 1, 1457 1456 }; 1458 1457 1459 1458 static const struct snd_soc_component_driver soc_codec_dev_max98397 = { ··· 1466 1467 .idle_bias_on = 1, 1467 1468 .use_pmdown_time = 1, 1468 1469 .endianness = 1, 1469 - .non_legacy_dai_naming = 1, 1470 1470 }; 1471 1471 1472 1472 static const struct regmap_config max98396_regmap = {
-1
sound/soc/codecs/max9850.c
··· 296 296 .idle_bias_on = 1, 297 297 .use_pmdown_time = 1, 298 298 .endianness = 1, 299 - .non_legacy_dai_naming = 1, 300 299 }; 301 300 302 301 static int max9850_i2c_probe(struct i2c_client *i2c)
-1
sound/soc/codecs/max98520.c
··· 657 657 .idle_bias_on = 1, 658 658 .use_pmdown_time = 1, 659 659 .endianness = 1, 660 - .non_legacy_dai_naming = 1, 661 660 }; 662 661 663 662 static const struct regmap_config max98520_regmap = {
-1
sound/soc/codecs/max9860.c
··· 537 537 .num_dapm_routes = ARRAY_SIZE(max9860_dapm_routes), 538 538 .use_pmdown_time = 1, 539 539 .endianness = 1, 540 - .non_legacy_dai_naming = 1, 541 540 }; 542 541 543 542 #ifdef CONFIG_PM
-1
sound/soc/codecs/max9867.c
··· 589 589 .idle_bias_on = 1, 590 590 .use_pmdown_time = 1, 591 591 .endianness = 1, 592 - .non_legacy_dai_naming = 1, 593 592 }; 594 593 595 594 static bool max9867_volatile_register(struct device *dev, unsigned int reg)
-1
sound/soc/codecs/max98925.c
··· 544 544 .idle_bias_on = 1, 545 545 .use_pmdown_time = 1, 546 546 .endianness = 1, 547 - .non_legacy_dai_naming = 1, 548 547 }; 549 548 550 549 static const struct regmap_config max98925_regmap = {
-1
sound/soc/codecs/max98926.c
··· 496 496 .idle_bias_on = 1, 497 497 .use_pmdown_time = 1, 498 498 .endianness = 1, 499 - .non_legacy_dai_naming = 1, 500 499 }; 501 500 502 501 static const struct regmap_config max98926_regmap = {
-1
sound/soc/codecs/max98927.c
··· 832 832 .idle_bias_on = 1, 833 833 .use_pmdown_time = 1, 834 834 .endianness = 1, 835 - .non_legacy_dai_naming = 1, 836 835 }; 837 836 838 837 static const struct regmap_config max98927_regmap = {