ASoC: wm*: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:19 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:14 +0000 (13:17 +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-66-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
52 files changed:
sound/soc/codecs/wm0010.c
sound/soc/codecs/wm1250-ev1.c
sound/soc/codecs/wm2000.c
sound/soc/codecs/wm2200.c
sound/soc/codecs/wm5100.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8400.c
sound/soc/codecs/wm8510.c
sound/soc/codecs/wm8523.c
sound/soc/codecs/wm8524.c
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8711.c
sound/soc/codecs/wm8727.c
sound/soc/codecs/wm8728.c
sound/soc/codecs/wm8731.c
sound/soc/codecs/wm8737.c
sound/soc/codecs/wm8741.c
sound/soc/codecs/wm8750.c
sound/soc/codecs/wm8753.c
sound/soc/codecs/wm8770.c
sound/soc/codecs/wm8776.c
sound/soc/codecs/wm8782.c
sound/soc/codecs/wm8804.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8903.c
sound/soc/codecs/wm8904.c
sound/soc/codecs/wm8940.c
sound/soc/codecs/wm8955.c
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8961.c
sound/soc/codecs/wm8962.c
sound/soc/codecs/wm8971.c
sound/soc/codecs/wm8974.c
sound/soc/codecs/wm8978.c
sound/soc/codecs/wm8983.c
sound/soc/codecs/wm8985.c
sound/soc/codecs/wm8988.c
sound/soc/codecs/wm8990.c
sound/soc/codecs/wm8991.c
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8995.c
sound/soc/codecs/wm8996.c
sound/soc/codecs/wm8997.c
sound/soc/codecs/wm8998.c
sound/soc/codecs/wm9081.c
sound/soc/codecs/wm9090.c
sound/soc/codecs/wm9705.c
sound/soc/codecs/wm9712.c
sound/soc/codecs/wm9713.c

index 1bef1c500c8e32a114b18a6345a5b28a954d6632..034a4e858c7e6d2e962782fbb94a539b366d7692 100644 (file)
@@ -789,7 +789,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm0010 = {
        .num_dapm_routes        = ARRAY_SIZE(wm0010_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 #define WM0010_RATES (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000)
index b6366dea15a6724ddec32611ac6f7d0418c3bf03..98343626078b6e3c48f881f9d2f4789861adafd1 100644 (file)
@@ -144,7 +144,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm1250_ev1 = {
        .set_bias_level         = wm1250_ev1_set_bias_level,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm1250_ev1_pdata(struct i2c_client *i2c)
index ede5f2a982a63cbabf410dfe6394aa5ada23862c..14b4fd97488c8358568bea9fea965714db4520b8 100644 (file)
@@ -803,7 +803,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm2000 = {
        .num_dapm_routes        = ARRAY_SIZE(wm2000_audio_map),
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm2000_i2c_probe(struct i2c_client *i2c)
index 1cd544580c83272d5a32e3478164e9d31d839d67..7b4e162a298c0dd03e5e6be9b137c2c274127481 100644 (file)
@@ -2104,7 +2104,6 @@ static const struct snd_soc_component_driver soc_component_wm2200 = {
        .dapm_routes            = wm2200_dapm_routes,
        .num_dapm_routes        = ARRAY_SIZE(wm2200_dapm_routes),
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static irqreturn_t wm2200_irq(int irq, void *data)
index a89870918174b57ca9f6991b32fc563e9b200f84..35a85ce6b4648f9c5bb9d00cf72fcdb9ae6ff1b8 100644 (file)
@@ -2389,7 +2389,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm5100 = {
        .num_dapm_routes        = ARRAY_SIZE(wm5100_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm5100_regmap = {
index da2f8998df87a6249ab102f932d4c857811a8954..8b1caac65c3afe02fbabb9599401b5dcae5e1b04 100644 (file)
@@ -2015,7 +2015,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm5102 = {
        .num_dapm_routes        = ARRAY_SIZE(wm5102_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm5102_probe(struct platform_device *pdev)
index 4ab7a672f8de8b336ddbd9f302298771523c4f34..f3f4a10bf0f7c82c3a3f28103f07b20f6c54871e 100644 (file)
@@ -2385,7 +2385,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm5110 = {
        .num_dapm_routes        = ARRAY_SIZE(wm5110_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm5110_probe(struct platform_device *pdev)
index 41504ce2a682f630cdedf2199966585402d58a69..66bd281095e1c92facc5a7cbf45b30d4de2f9946 100644 (file)
@@ -1613,7 +1613,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8350 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8350_probe(struct platform_device *pdev)
index bf5e77c86aed659b202ce8faac7af7f65faafb74..19ce839f6ef7cedcada122025c72347b39b2d74e 100644 (file)
@@ -1322,7 +1322,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8400 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8400_probe(struct platform_device *pdev)
index c6439d25006bf58cf1509c291ed044b67ec296d8..e13f9780a111bdac0386e390144c249cb5cdeb83 100644 (file)
@@ -592,7 +592,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8510 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8510_of_match[] = {
index ba35a0221dc847359c78b2caac158c0d1b116f0c..66f6371d8acfa7348ab7a7915a42a5649defaf77 100644 (file)
@@ -422,7 +422,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8523 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8523_of_match[] = {
index 81f858f6bd6768ecacaea3f506090df65dd60f96..b56dcac602448bb8a9aa6935554af461af7d0747 100644 (file)
@@ -203,7 +203,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8524 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8524_of_match[] = {
index 84020195314d94212e0f405ff6fdd8952f6e66a4..ca796aa0aeb79187a8cc91721f4ccf32a9be2ab1 100644 (file)
@@ -966,7 +966,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8580 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8580_regmap = {
index b68a1ebcd0617d9effa40939a8b1eb6613cb4a25..383c6796e8a39d4b871c5584b5ca180fe10d06de 100644 (file)
@@ -378,7 +378,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8711 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8711_of_match[] = {
index 1a118b75b5398b6f6cf7bb7e91bd11fad5387a4c..d6b0a570dd87ca50384a4b18e2975d8e1edc12cc 100644 (file)
@@ -55,7 +55,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8727 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8727_probe(struct platform_device *pdev)
index 119ff0a1bb35c34364bf7aa7484d32535987b7e0..a3dbdbf40723eb1903c1b967141d42aecf5fc37f 100644 (file)
@@ -221,7 +221,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8728 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8728_of_match[] = {
index 2408c4a591d550f6160d4dd810fe16eaadaa70d9..d5ab3ba126a6b5a1519064ed841f09aefc0fbc23 100644 (file)
@@ -561,7 +561,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8731 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 int wm8731_init(struct device *dev, struct wm8731_priv *wm8731)
index 5778091d1c09f51d900b90e3f16f219b479fcf6c..90b54343370c46e85a7cb5fb39b477cc4d37d6e2 100644 (file)
@@ -583,7 +583,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8737 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8737_of_match[] = {
index 871e2c5421b86b5d35564926529329c92eb7c92e..c7afa4f2795d852efa8f4f009b1a64717d8116f2 100644 (file)
@@ -528,7 +528,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8741 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8741_of_match[] = {
index 1426fc1f7c5ac13fb12637694603cbc9feda701d..2f6ee8d6639f80ff2849b43408521fa821f54a25 100644 (file)
@@ -719,7 +719,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8750 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8750_of_match[] = {
index 931134d334ecacb6c14fb65dd46d7c85e3f87807..bb18f58dc670fa6bba770bb83a2a4ae57f225d6b 100644 (file)
@@ -1492,7 +1492,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8753 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8753_of_match[] = {
index 5f394065030d27ceaeed4efb0d0e3eeafc6e600f..e03fee8869c371995a6bfe67a6b4ab94315eb202 100644 (file)
@@ -617,7 +617,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8770 = {
        .num_dapm_routes        = ARRAY_SIZE(wm8770_intercon),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8770_of_match[] = {
index f164cb6744c49339f8ff2edccb8f3ff6749cd384..936ea24621b0d080f59d7338cd8c897f58b62cdc 100644 (file)
@@ -436,7 +436,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8776 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct of_device_id wm8776_of_match[] = {
index f89855c616ebe6e62efdb421af1361da6b24217d..95ff4339d103b5044f38a5e544050c591e649cf3 100644 (file)
@@ -99,7 +99,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8782 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8782_probe(struct platform_device *pdev)
index 21bf0cfa1e7e7ca625394d084d34a287a795b6e8..0b234bae480e117b515721fa71005c9cc8883083 100644 (file)
@@ -546,7 +546,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8804 = {
        .num_dapm_routes        = ARRAY_SIZE(wm8804_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 const struct regmap_config wm8804_regmap_config = {
index 84a3daf0c11e3c62d0add24214abfea73642f470..d6420df3505d524ffc8b7a655f69662d3b8a97c0 100644 (file)
@@ -1214,7 +1214,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8900 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8900_regmap = {
index 3c95c2aea5152c8a8f9546eb08c97c3fad71e378..54e0a7628cd57b1cff1e967058a2212c723d298a 100644 (file)
@@ -1893,7 +1893,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8903 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8903_regmap = {
index 04bb8e3924977f61c43120db53e3b981ba866c73..ca6a01a230af4a6ca056a033cd682b8547b61578 100644 (file)
@@ -2131,7 +2131,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8904 = {
        .set_bias_level         = wm8904_set_bias_level,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8904_regmap = {
index 589394d420ced9fb985eee698e6f993aeadec1b8..8dac9fd88547059d40524d166ebf0a92c80d323c 100644 (file)
@@ -734,7 +734,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8940 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8940_regmap = {
index 80e3cbd704ee0386c20efd6a177e3a97c4178d13..05ef45672ebc70368dc9274490a79fc6538abe7d 100644 (file)
@@ -952,7 +952,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8955 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8955_regmap = {
index 8c8f32b230838ffb62fa52983bb4ae0a630ab17e..37956516d9976a13cac0f6a71914d42dfa79c4ea 100644 (file)
@@ -1378,7 +1378,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8960 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8960_regmap = {
index 69eb731dbf4bb60818c1d7f05ca5f08329d4f197..7dc6aaf65576792df5990e9f2bd12f9547a3ea6e 100644 (file)
@@ -895,7 +895,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8961 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8961_regmap = {
index 5cca89364280ade53577b4e1a4942b522893b0fa..398c448ea8540de5f8a5911414f42dd657312bb6 100644 (file)
@@ -3502,7 +3502,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8962 = {
        .set_pll                = wm8962_set_fll,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 /* Improve power consumption for IN4 DC measurement mode */
index 8a289b048e66d3c839b4d0664ae07a19a810f6ea..4db9248de54ba6004e68a9f12c2c29d70c1185fe 100644 (file)
@@ -659,7 +659,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8971 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8971_regmap = {
index a8d7809f3f64b93ecd3e2bc03f494dd32d7a17f0..010a394c705c1cf5dc02c7190167f1868f18ead4 100644 (file)
@@ -682,7 +682,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8974 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8974_i2c_probe(struct i2c_client *i2c)
index 141f50bfec68a1ffb37a87ec3cce965cd5eb0862..a682f8020eb6d3d10e296b5987b6816a6ff7a694 100644 (file)
@@ -1005,7 +1005,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8978 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8978_regmap_config = {
index ae89554d47bc9f9e9a2622593f1d04162fe9196a..50e6ac6ccbe03a0cd2bec0494bc9b77004e13732 100644 (file)
@@ -987,7 +987,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8983 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8983_regmap = {
index cf2c32eac773a70e90baedc03c558256b0531505..751aa67308337e01d019f0dbc864b5a7edf1134e 100644 (file)
@@ -1116,7 +1116,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8985 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8985_regmap = {
index 27538d6598cf14438788e79c784f1a02fd019da6..5dbdf647cd9788160001596a5c6a8b45ee1cb4c0 100644 (file)
@@ -823,7 +823,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8988 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8988_regmap = {
index c9448a59c872fdfd0e1c2b9765dd49ff955a6e30..589af286f133fd1a5ecc9c45ef834988bc3e1336 100644 (file)
@@ -1217,7 +1217,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8990 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8990_i2c_probe(struct i2c_client *i2c)
index 998bc89bb7e1268adb1d0ec4c799abe6547c537c..30121993b7b4ff1bd3dd5b545557a6529501e9db 100644 (file)
@@ -1243,7 +1243,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8991 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8991_regmap = {
index f4da77ec9d6c24f94508993036705023ea564484..8db98b5a06bf4c6214802a17358cbd229fe6a6bb 100644 (file)
@@ -1621,7 +1621,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8993 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8993_i2c_probe(struct i2c_client *i2c)
index f117ec0c489f03af6f5d20bee93f8ff7a68cad09..d3cfd3788f2ab019e65463ce8febaccd287c6d9c 100644 (file)
@@ -4614,7 +4614,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8994 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8994_probe(struct platform_device *pdev)
index ea9727446707d645d940a40e6f77a4293077759a..eed48bf339f249c0ce1a754b8940815fc5ccaa2b 100644 (file)
@@ -2182,7 +2182,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8995 = {
        .num_dapm_routes        = ARRAY_SIZE(wm8995_intercon),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm8995_regmap = {
index f7bb27d1c76d0f3c1437e28a1003caa8c60b1c36..17f307a3104670164fb9959e26cecfa1b7c85356 100644 (file)
@@ -2695,8 +2695,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8996 = {
        .set_pll                = wm8996_set_fll,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
-
 };
 
 #define WM8996_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |\
index 38ef631d1a1ff825a60064e822464d389e32aaa9..210ad662fc26d6d554b2b16462ab6a6353790f7e 100644 (file)
@@ -1105,7 +1105,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8997 = {
        .num_dapm_routes        = ARRAY_SIZE(wm8997_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8997_probe(struct platform_device *pdev)
index 00b59fc9b1fe00757a2fdca8e8b0817ccc96cd00..328f1946f584a6666ce03f13498d3b5831a5145c 100644 (file)
@@ -1325,7 +1325,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm8998 = {
        .num_dapm_routes        = ARRAY_SIZE(wm8998_dapm_routes),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm8998_probe(struct platform_device *pdev)
index 87b58448cea7cc3cf5d63259be08ac30d22ee7d1..d5151877d0fa218b68512e2473ae9bc09eba7e31 100644 (file)
@@ -1284,7 +1284,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm9081 = {
        .num_dapm_routes        = ARRAY_SIZE(wm9081_audio_paths),
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm9081_regmap = {
index f7d80f1e37a809082cce4c9a4278cb826cc3a1c5..ef3524c3f07fd2fbcf23e3f9516e59668f0ed541 100644 (file)
@@ -543,7 +543,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm9090 = {
        .suspend_bias_off       = 1,
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static const struct regmap_config wm9090_regmap = {
index 99fe8f3166248e27b646be8dae2d5e93bec96fd9..d04902ef1d5f30c84d96359b7853120d3d75a512 100644 (file)
@@ -368,7 +368,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm9705 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm9705_probe(struct platform_device *pdev)
index 7515c9d4006e7062f0aed63a498b7d786d702017..df9b7980706b255cac155b0ce3daf7963100d191 100644 (file)
@@ -692,7 +692,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm9712 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm9712_probe(struct platform_device *pdev)
index e0ce32dd4a811517828278f5b803ecb20169981a..5d2e54e06e30ae490f81f6cfd998d7827438d3bc 100644 (file)
@@ -1257,7 +1257,6 @@ static const struct snd_soc_component_driver soc_component_dev_wm9713 = {
        .idle_bias_on           = 1,
        .use_pmdown_time        = 1,
        .endianness             = 1,
-       .non_legacy_dai_naming  = 1,
 };
 
 static int wm9713_probe(struct platform_device *pdev)