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

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

authored by

Charles Keepax and committed by
Mark Brown
02004449 792008f6

-53
-1
sound/soc/codecs/wm0010.c
··· 789 789 .num_dapm_routes = ARRAY_SIZE(wm0010_dapm_routes), 790 790 .use_pmdown_time = 1, 791 791 .endianness = 1, 792 - .non_legacy_dai_naming = 1, 793 792 }; 794 793 795 794 #define WM0010_RATES (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000)
-1
sound/soc/codecs/wm1250-ev1.c
··· 144 144 .set_bias_level = wm1250_ev1_set_bias_level, 145 145 .use_pmdown_time = 1, 146 146 .endianness = 1, 147 - .non_legacy_dai_naming = 1, 148 147 }; 149 148 150 149 static int wm1250_ev1_pdata(struct i2c_client *i2c)
-1
sound/soc/codecs/wm2000.c
··· 803 803 .num_dapm_routes = ARRAY_SIZE(wm2000_audio_map), 804 804 .idle_bias_on = 1, 805 805 .use_pmdown_time = 1, 806 - .non_legacy_dai_naming = 1, 807 806 }; 808 807 809 808 static int wm2000_i2c_probe(struct i2c_client *i2c)
-1
sound/soc/codecs/wm2200.c
··· 2104 2104 .dapm_routes = wm2200_dapm_routes, 2105 2105 .num_dapm_routes = ARRAY_SIZE(wm2200_dapm_routes), 2106 2106 .endianness = 1, 2107 - .non_legacy_dai_naming = 1, 2108 2107 }; 2109 2108 2110 2109 static irqreturn_t wm2200_irq(int irq, void *data)
-1
sound/soc/codecs/wm5100.c
··· 2389 2389 .num_dapm_routes = ARRAY_SIZE(wm5100_dapm_routes), 2390 2390 .use_pmdown_time = 1, 2391 2391 .endianness = 1, 2392 - .non_legacy_dai_naming = 1, 2393 2392 }; 2394 2393 2395 2394 static const struct regmap_config wm5100_regmap = {
-1
sound/soc/codecs/wm5102.c
··· 2015 2015 .num_dapm_routes = ARRAY_SIZE(wm5102_dapm_routes), 2016 2016 .use_pmdown_time = 1, 2017 2017 .endianness = 1, 2018 - .non_legacy_dai_naming = 1, 2019 2018 }; 2020 2019 2021 2020 static int wm5102_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm5110.c
··· 2385 2385 .num_dapm_routes = ARRAY_SIZE(wm5110_dapm_routes), 2386 2386 .use_pmdown_time = 1, 2387 2387 .endianness = 1, 2388 - .non_legacy_dai_naming = 1, 2389 2388 }; 2390 2389 2391 2390 static int wm5110_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm8350.c
··· 1613 1613 .idle_bias_on = 1, 1614 1614 .use_pmdown_time = 1, 1615 1615 .endianness = 1, 1616 - .non_legacy_dai_naming = 1, 1617 1616 }; 1618 1617 1619 1618 static int wm8350_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm8400.c
··· 1322 1322 .idle_bias_on = 1, 1323 1323 .use_pmdown_time = 1, 1324 1324 .endianness = 1, 1325 - .non_legacy_dai_naming = 1, 1326 1325 }; 1327 1326 1328 1327 static int wm8400_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm8510.c
··· 592 592 .idle_bias_on = 1, 593 593 .use_pmdown_time = 1, 594 594 .endianness = 1, 595 - .non_legacy_dai_naming = 1, 596 595 }; 597 596 598 597 static const struct of_device_id wm8510_of_match[] = {
-1
sound/soc/codecs/wm8523.c
··· 422 422 .idle_bias_on = 1, 423 423 .use_pmdown_time = 1, 424 424 .endianness = 1, 425 - .non_legacy_dai_naming = 1, 426 425 }; 427 426 428 427 static const struct of_device_id wm8523_of_match[] = {
-1
sound/soc/codecs/wm8524.c
··· 203 203 .idle_bias_on = 1, 204 204 .use_pmdown_time = 1, 205 205 .endianness = 1, 206 - .non_legacy_dai_naming = 1, 207 206 }; 208 207 209 208 static const struct of_device_id wm8524_of_match[] = {
-1
sound/soc/codecs/wm8580.c
··· 966 966 .idle_bias_on = 1, 967 967 .use_pmdown_time = 1, 968 968 .endianness = 1, 969 - .non_legacy_dai_naming = 1, 970 969 }; 971 970 972 971 static const struct regmap_config wm8580_regmap = {
-1
sound/soc/codecs/wm8711.c
··· 378 378 .idle_bias_on = 1, 379 379 .use_pmdown_time = 1, 380 380 .endianness = 1, 381 - .non_legacy_dai_naming = 1, 382 381 }; 383 382 384 383 static const struct of_device_id wm8711_of_match[] = {
-1
sound/soc/codecs/wm8727.c
··· 55 55 .idle_bias_on = 1, 56 56 .use_pmdown_time = 1, 57 57 .endianness = 1, 58 - .non_legacy_dai_naming = 1, 59 58 }; 60 59 61 60 static int wm8727_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm8728.c
··· 221 221 .idle_bias_on = 1, 222 222 .use_pmdown_time = 1, 223 223 .endianness = 1, 224 - .non_legacy_dai_naming = 1, 225 224 }; 226 225 227 226 static const struct of_device_id wm8728_of_match[] = {
-1
sound/soc/codecs/wm8731.c
··· 561 561 .idle_bias_on = 1, 562 562 .use_pmdown_time = 1, 563 563 .endianness = 1, 564 - .non_legacy_dai_naming = 1, 565 564 }; 566 565 567 566 int wm8731_init(struct device *dev, struct wm8731_priv *wm8731)
-1
sound/soc/codecs/wm8737.c
··· 583 583 .idle_bias_on = 1, 584 584 .use_pmdown_time = 1, 585 585 .endianness = 1, 586 - .non_legacy_dai_naming = 1, 587 586 }; 588 587 589 588 static const struct of_device_id wm8737_of_match[] = {
-1
sound/soc/codecs/wm8741.c
··· 528 528 .idle_bias_on = 1, 529 529 .use_pmdown_time = 1, 530 530 .endianness = 1, 531 - .non_legacy_dai_naming = 1, 532 531 }; 533 532 534 533 static const struct of_device_id wm8741_of_match[] = {
-1
sound/soc/codecs/wm8750.c
··· 719 719 .idle_bias_on = 1, 720 720 .use_pmdown_time = 1, 721 721 .endianness = 1, 722 - .non_legacy_dai_naming = 1, 723 722 }; 724 723 725 724 static const struct of_device_id wm8750_of_match[] = {
-1
sound/soc/codecs/wm8753.c
··· 1492 1492 .idle_bias_on = 1, 1493 1493 .use_pmdown_time = 1, 1494 1494 .endianness = 1, 1495 - .non_legacy_dai_naming = 1, 1496 1495 }; 1497 1496 1498 1497 static const struct of_device_id wm8753_of_match[] = {
-1
sound/soc/codecs/wm8770.c
··· 617 617 .num_dapm_routes = ARRAY_SIZE(wm8770_intercon), 618 618 .use_pmdown_time = 1, 619 619 .endianness = 1, 620 - .non_legacy_dai_naming = 1, 621 620 }; 622 621 623 622 static const struct of_device_id wm8770_of_match[] = {
-1
sound/soc/codecs/wm8776.c
··· 436 436 .idle_bias_on = 1, 437 437 .use_pmdown_time = 1, 438 438 .endianness = 1, 439 - .non_legacy_dai_naming = 1, 440 439 }; 441 440 442 441 static const struct of_device_id wm8776_of_match[] = {
-1
sound/soc/codecs/wm8782.c
··· 99 99 .idle_bias_on = 1, 100 100 .use_pmdown_time = 1, 101 101 .endianness = 1, 102 - .non_legacy_dai_naming = 1, 103 102 }; 104 103 105 104 static int wm8782_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm8804.c
··· 546 546 .num_dapm_routes = ARRAY_SIZE(wm8804_dapm_routes), 547 547 .use_pmdown_time = 1, 548 548 .endianness = 1, 549 - .non_legacy_dai_naming = 1, 550 549 }; 551 550 552 551 const struct regmap_config wm8804_regmap_config = {
-1
sound/soc/codecs/wm8900.c
··· 1214 1214 .idle_bias_on = 1, 1215 1215 .use_pmdown_time = 1, 1216 1216 .endianness = 1, 1217 - .non_legacy_dai_naming = 1, 1218 1217 }; 1219 1218 1220 1219 static const struct regmap_config wm8900_regmap = {
-1
sound/soc/codecs/wm8903.c
··· 1893 1893 .idle_bias_on = 1, 1894 1894 .use_pmdown_time = 1, 1895 1895 .endianness = 1, 1896 - .non_legacy_dai_naming = 1, 1897 1896 }; 1898 1897 1899 1898 static const struct regmap_config wm8903_regmap = {
-1
sound/soc/codecs/wm8904.c
··· 2131 2131 .set_bias_level = wm8904_set_bias_level, 2132 2132 .use_pmdown_time = 1, 2133 2133 .endianness = 1, 2134 - .non_legacy_dai_naming = 1, 2135 2134 }; 2136 2135 2137 2136 static const struct regmap_config wm8904_regmap = {
-1
sound/soc/codecs/wm8940.c
··· 734 734 .idle_bias_on = 1, 735 735 .use_pmdown_time = 1, 736 736 .endianness = 1, 737 - .non_legacy_dai_naming = 1, 738 737 }; 739 738 740 739 static const struct regmap_config wm8940_regmap = {
-1
sound/soc/codecs/wm8955.c
··· 952 952 .idle_bias_on = 1, 953 953 .use_pmdown_time = 1, 954 954 .endianness = 1, 955 - .non_legacy_dai_naming = 1, 956 955 }; 957 956 958 957 static const struct regmap_config wm8955_regmap = {
-1
sound/soc/codecs/wm8960.c
··· 1378 1378 .idle_bias_on = 1, 1379 1379 .use_pmdown_time = 1, 1380 1380 .endianness = 1, 1381 - .non_legacy_dai_naming = 1, 1382 1381 }; 1383 1382 1384 1383 static const struct regmap_config wm8960_regmap = {
-1
sound/soc/codecs/wm8961.c
··· 895 895 .idle_bias_on = 1, 896 896 .use_pmdown_time = 1, 897 897 .endianness = 1, 898 - .non_legacy_dai_naming = 1, 899 898 }; 900 899 901 900 static const struct regmap_config wm8961_regmap = {
-1
sound/soc/codecs/wm8962.c
··· 3502 3502 .set_pll = wm8962_set_fll, 3503 3503 .use_pmdown_time = 1, 3504 3504 .endianness = 1, 3505 - .non_legacy_dai_naming = 1, 3506 3505 }; 3507 3506 3508 3507 /* Improve power consumption for IN4 DC measurement mode */
-1
sound/soc/codecs/wm8971.c
··· 659 659 .idle_bias_on = 1, 660 660 .use_pmdown_time = 1, 661 661 .endianness = 1, 662 - .non_legacy_dai_naming = 1, 663 662 }; 664 663 665 664 static const struct regmap_config wm8971_regmap = {
-1
sound/soc/codecs/wm8974.c
··· 682 682 .idle_bias_on = 1, 683 683 .use_pmdown_time = 1, 684 684 .endianness = 1, 685 - .non_legacy_dai_naming = 1, 686 685 }; 687 686 688 687 static int wm8974_i2c_probe(struct i2c_client *i2c)
-1
sound/soc/codecs/wm8978.c
··· 1005 1005 .idle_bias_on = 1, 1006 1006 .use_pmdown_time = 1, 1007 1007 .endianness = 1, 1008 - .non_legacy_dai_naming = 1, 1009 1008 }; 1010 1009 1011 1010 static const struct regmap_config wm8978_regmap_config = {
-1
sound/soc/codecs/wm8983.c
··· 987 987 .idle_bias_on = 1, 988 988 .use_pmdown_time = 1, 989 989 .endianness = 1, 990 - .non_legacy_dai_naming = 1, 991 990 }; 992 991 993 992 static const struct regmap_config wm8983_regmap = {
-1
sound/soc/codecs/wm8985.c
··· 1116 1116 .idle_bias_on = 1, 1117 1117 .use_pmdown_time = 1, 1118 1118 .endianness = 1, 1119 - .non_legacy_dai_naming = 1, 1120 1119 }; 1121 1120 1122 1121 static const struct regmap_config wm8985_regmap = {
-1
sound/soc/codecs/wm8988.c
··· 823 823 .idle_bias_on = 1, 824 824 .use_pmdown_time = 1, 825 825 .endianness = 1, 826 - .non_legacy_dai_naming = 1, 827 826 }; 828 827 829 828 static const struct regmap_config wm8988_regmap = {
-1
sound/soc/codecs/wm8990.c
··· 1217 1217 .idle_bias_on = 1, 1218 1218 .use_pmdown_time = 1, 1219 1219 .endianness = 1, 1220 - .non_legacy_dai_naming = 1, 1221 1220 }; 1222 1221 1223 1222 static int wm8990_i2c_probe(struct i2c_client *i2c)
-1
sound/soc/codecs/wm8991.c
··· 1243 1243 .idle_bias_on = 1, 1244 1244 .use_pmdown_time = 1, 1245 1245 .endianness = 1, 1246 - .non_legacy_dai_naming = 1, 1247 1246 }; 1248 1247 1249 1248 static const struct regmap_config wm8991_regmap = {
-1
sound/soc/codecs/wm8993.c
··· 1621 1621 .idle_bias_on = 1, 1622 1622 .use_pmdown_time = 1, 1623 1623 .endianness = 1, 1624 - .non_legacy_dai_naming = 1, 1625 1624 }; 1626 1625 1627 1626 static int wm8993_i2c_probe(struct i2c_client *i2c)
-1
sound/soc/codecs/wm8994.c
··· 4614 4614 .idle_bias_on = 1, 4615 4615 .use_pmdown_time = 1, 4616 4616 .endianness = 1, 4617 - .non_legacy_dai_naming = 1, 4618 4617 }; 4619 4618 4620 4619 static int wm8994_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm8995.c
··· 2182 2182 .num_dapm_routes = ARRAY_SIZE(wm8995_intercon), 2183 2183 .use_pmdown_time = 1, 2184 2184 .endianness = 1, 2185 - .non_legacy_dai_naming = 1, 2186 2185 }; 2187 2186 2188 2187 static const struct regmap_config wm8995_regmap = {
-2
sound/soc/codecs/wm8996.c
··· 2695 2695 .set_pll = wm8996_set_fll, 2696 2696 .use_pmdown_time = 1, 2697 2697 .endianness = 1, 2698 - .non_legacy_dai_naming = 1, 2699 - 2700 2698 }; 2701 2699 2702 2700 #define WM8996_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |\
-1
sound/soc/codecs/wm8997.c
··· 1105 1105 .num_dapm_routes = ARRAY_SIZE(wm8997_dapm_routes), 1106 1106 .use_pmdown_time = 1, 1107 1107 .endianness = 1, 1108 - .non_legacy_dai_naming = 1, 1109 1108 }; 1110 1109 1111 1110 static int wm8997_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm8998.c
··· 1325 1325 .num_dapm_routes = ARRAY_SIZE(wm8998_dapm_routes), 1326 1326 .use_pmdown_time = 1, 1327 1327 .endianness = 1, 1328 - .non_legacy_dai_naming = 1, 1329 1328 }; 1330 1329 1331 1330 static int wm8998_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm9081.c
··· 1284 1284 .num_dapm_routes = ARRAY_SIZE(wm9081_audio_paths), 1285 1285 .use_pmdown_time = 1, 1286 1286 .endianness = 1, 1287 - .non_legacy_dai_naming = 1, 1288 1287 }; 1289 1288 1290 1289 static const struct regmap_config wm9081_regmap = {
-1
sound/soc/codecs/wm9090.c
··· 543 543 .suspend_bias_off = 1, 544 544 .idle_bias_on = 1, 545 545 .use_pmdown_time = 1, 546 - .non_legacy_dai_naming = 1, 547 546 }; 548 547 549 548 static const struct regmap_config wm9090_regmap = {
-1
sound/soc/codecs/wm9705.c
··· 368 368 .idle_bias_on = 1, 369 369 .use_pmdown_time = 1, 370 370 .endianness = 1, 371 - .non_legacy_dai_naming = 1, 372 371 }; 373 372 374 373 static int wm9705_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm9712.c
··· 692 692 .idle_bias_on = 1, 693 693 .use_pmdown_time = 1, 694 694 .endianness = 1, 695 - .non_legacy_dai_naming = 1, 696 695 }; 697 696 698 697 static int wm9712_probe(struct platform_device *pdev)
-1
sound/soc/codecs/wm9713.c
··· 1257 1257 .idle_bias_on = 1, 1258 1258 .use_pmdown_time = 1, 1259 1259 .endianness = 1, 1260 - .non_legacy_dai_naming = 1, 1261 1260 }; 1262 1261 1263 1262 static int wm9713_probe(struct platform_device *pdev)