ASoC: ad*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:00 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:16:56 +0000 (13:16 +0100)
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>
12 files changed:
sound/soc/codecs/ad1836.c
sound/soc/codecs/ad193x.c
sound/soc/codecs/ad1980.c
sound/soc/codecs/ad73311.c
sound/soc/codecs/adau1373.c
sound/soc/codecs/adau1701.c
sound/soc/codecs/adau1761.c
sound/soc/codecs/adau1781.c
sound/soc/codecs/adau1977.c
sound/soc/codecs/adau7002.c
sound/soc/codecs/adau7118.c
sound/soc/codecs/adav80x.c

index 29e1689da67ff5b87609057c2b760b7d5330a727..2c64df96b5ce92213e58826c684bc3eec1d983cf 100644 (file)
@@ -332,7 +332,6 @@ static const struct snd_soc_component_driver soc_component_dev_ad1836 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct reg_default ad1836_reg_defaults[] = {
index 30b98b4267e131d8093c329d94e31d17536f680d..1d3c4d94b4ae91c5dfcbfae9295f2478b39a3700 100644 (file)
@@ -523,7 +523,6 @@ static const struct snd_soc_component_driver soc_component_dev_ad193x = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 const struct regmap_config ad193x_regmap_config = {
index 9fd2023da218f69623762f29d3dc1142cc97e064..5e777d7fd5d91e6eec7d5ddd5c97511dcb2573d9 100644 (file)
@@ -302,7 +302,6 @@ static const struct snd_soc_component_driver soc_component_dev_ad1980 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int ad1980_probe(struct platform_device *pdev)
index b98bf19f594e097fae688195bff99c7e877e1cd1..f6090ac57e93721c39f4210d01ed05beddd21352 100644 (file)
@@ -58,7 +58,6 @@ static const struct snd_soc_component_driver soc_component_dev_ad73311 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int ad73311_probe(struct platform_device *pdev)
index a9032b5c8d782fd8741c97e19a3e1ac7841bc755..7f832d00ab177638061fd2ef21c791d13f3f446d 100644 (file)
@@ -1470,7 +1470,6 @@ static const struct snd_soc_component_driver adau1373_component_driver = {
        .num_dapm_routes        = ARRAY_SIZE(adau1373_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int adau1373_i2c_probe(struct i2c_client *client)
index 98768e5300f09b9c8036f956b3fef67ab0db88f1..135a7db7fcf95263642a3d1ee225e7640276b2e6 100644 (file)
@@ -772,7 +772,6 @@ static const struct snd_soc_component_driver adau1701_component_drv = {
        .set_sysclk             = adau1701_set_sysclk,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config adau1701_regmap = {
index 8f887227981f1a9c3858bbec5205ae608efb19c6..3ccc7acac20560d38ad935239956f29d6b7fde09 100644 (file)
@@ -930,7 +930,6 @@ static const struct snd_soc_component_driver adau1761_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 #define ADAU1761_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | \
index 74dc3344b25904f270e2d57eb924d9c51dae28d7..ff6be24863bfb801bac56a4194dd0ddc843ce9c0 100644 (file)
@@ -439,7 +439,6 @@ static const struct snd_soc_component_driver adau1781_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 #define ADAU1781_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | \
index 5fcbdf2ec313c6130c782aef9098697e9260c987..7a9672f94fc6cd719392f8de6ef4489808c35fef 100644 (file)
@@ -876,7 +876,6 @@ static const struct snd_soc_component_driver adau1977_component_driver = {
        .num_dapm_routes        = ARRAY_SIZE(adau1977_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int adau1977_setup_micbias(struct adau1977 *adau1977)
index 0e00de6ce3fb1feb9e4bf0cc2cda76ef6c7cf4d1..401bafabc8eb4bf1b555e463d25d305bbafac1a2 100644 (file)
@@ -91,7 +91,6 @@ static const struct snd_soc_component_driver adau7002_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int adau7002_probe(struct platform_device *pdev)
index 841229dcbca108f49f7abaa1a5adb46cec19beeb..bbb09724988766f46b5fb2ae1d13669a5414e8d7 100644 (file)
@@ -442,7 +442,6 @@ static const struct snd_soc_component_driver adau7118_component_driver = {
        .num_dapm_widgets       = ARRAY_SIZE(adau7118_widgets),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static void adau7118_regulator_disable(void *data)
index 90f3a5e9e31f461c4cd48f529d80c2d60ff9395f..fcff35f26cecb0c99b7020fabf27165922d3e613 100644 (file)
@@ -842,7 +842,6 @@ static const struct snd_soc_component_driver adav80x_component_driver = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 int adav80x_bus_probe(struct device *dev, struct regmap *regmap)