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

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

authored by

Charles Keepax and committed by
Mark Brown
d9e7ddb9 36e79a44

-12
-1
sound/soc/codecs/ad1836.c
··· 332 332 .idle_bias_on = 1, 333 333 .use_pmdown_time = 1, 334 334 .endianness = 1, 335 - .non_legacy_dai_naming = 1, 336 335 }; 337 336 338 337 static const struct reg_default ad1836_reg_defaults[] = {
-1
sound/soc/codecs/ad193x.c
··· 523 523 .idle_bias_on = 1, 524 524 .use_pmdown_time = 1, 525 525 .endianness = 1, 526 - .non_legacy_dai_naming = 1, 527 526 }; 528 527 529 528 const struct regmap_config ad193x_regmap_config = {
-1
sound/soc/codecs/ad1980.c
··· 302 302 .idle_bias_on = 1, 303 303 .use_pmdown_time = 1, 304 304 .endianness = 1, 305 - .non_legacy_dai_naming = 1, 306 305 }; 307 306 308 307 static int ad1980_probe(struct platform_device *pdev)
-1
sound/soc/codecs/ad73311.c
··· 58 58 .idle_bias_on = 1, 59 59 .use_pmdown_time = 1, 60 60 .endianness = 1, 61 - .non_legacy_dai_naming = 1, 62 61 }; 63 62 64 63 static int ad73311_probe(struct platform_device *pdev)
-1
sound/soc/codecs/adau1373.c
··· 1470 1470 .num_dapm_routes = ARRAY_SIZE(adau1373_dapm_routes), 1471 1471 .use_pmdown_time = 1, 1472 1472 .endianness = 1, 1473 - .non_legacy_dai_naming = 1, 1474 1473 }; 1475 1474 1476 1475 static int adau1373_i2c_probe(struct i2c_client *client)
-1
sound/soc/codecs/adau1701.c
··· 772 772 .set_sysclk = adau1701_set_sysclk, 773 773 .use_pmdown_time = 1, 774 774 .endianness = 1, 775 - .non_legacy_dai_naming = 1, 776 775 }; 777 776 778 777 static const struct regmap_config adau1701_regmap = {
-1
sound/soc/codecs/adau1761.c
··· 930 930 .idle_bias_on = 1, 931 931 .use_pmdown_time = 1, 932 932 .endianness = 1, 933 - .non_legacy_dai_naming = 1, 934 933 }; 935 934 936 935 #define ADAU1761_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | \
-1
sound/soc/codecs/adau1781.c
··· 439 439 .idle_bias_on = 1, 440 440 .use_pmdown_time = 1, 441 441 .endianness = 1, 442 - .non_legacy_dai_naming = 1, 443 442 }; 444 443 445 444 #define ADAU1781_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | \
-1
sound/soc/codecs/adau1977.c
··· 876 876 .num_dapm_routes = ARRAY_SIZE(adau1977_dapm_routes), 877 877 .use_pmdown_time = 1, 878 878 .endianness = 1, 879 - .non_legacy_dai_naming = 1, 880 879 }; 881 880 882 881 static int adau1977_setup_micbias(struct adau1977 *adau1977)
-1
sound/soc/codecs/adau7002.c
··· 91 91 .idle_bias_on = 1, 92 92 .use_pmdown_time = 1, 93 93 .endianness = 1, 94 - .non_legacy_dai_naming = 1, 95 94 }; 96 95 97 96 static int adau7002_probe(struct platform_device *pdev)
-1
sound/soc/codecs/adau7118.c
··· 442 442 .num_dapm_widgets = ARRAY_SIZE(adau7118_widgets), 443 443 .use_pmdown_time = 1, 444 444 .endianness = 1, 445 - .non_legacy_dai_naming = 1, 446 445 }; 447 446 448 447 static void adau7118_regulator_disable(void *data)
-1
sound/soc/codecs/adav80x.c
··· 842 842 .idle_bias_on = 1, 843 843 .use_pmdown_time = 1, 844 844 .endianness = 1, 845 - .non_legacy_dai_naming = 1, 846 845 }; 847 846 848 847 int adav80x_bus_probe(struct device *dev, struct regmap *regmap)