aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/eukrea-tlv320.c1
-rw-r--r--sound/soc/fsl/fsl_dma.c1
-rw-r--r--sound/soc/fsl/fsl_esai.c1
-rw-r--r--sound/soc/fsl/fsl_sai.c1
-rw-r--r--sound/soc/fsl/fsl_spdif.c1
-rw-r--r--sound/soc/fsl/fsl_ssi.c1
-rw-r--r--sound/soc/fsl/imx-audmux.c1
-rw-r--r--sound/soc/fsl/imx-mc13783.c1
-rw-r--r--sound/soc/fsl/imx-sgtl5000.c1
-rw-r--r--sound/soc/fsl/imx-spdif.c1
-rw-r--r--sound/soc/fsl/imx-ssi.c1
-rw-r--r--sound/soc/fsl/imx-wm8962.c1
-rw-r--r--sound/soc/fsl/mpc5200_psc_ac97.c1
-rw-r--r--sound/soc/fsl/mpc5200_psc_i2s.c1
-rw-r--r--sound/soc/fsl/mpc8610_hpcd.c1
-rw-r--r--sound/soc/fsl/mx27vis-aic32x4.c1
-rw-r--r--sound/soc/fsl/p1022_ds.c1
-rw-r--r--sound/soc/fsl/p1022_rdk.c1
-rw-r--r--sound/soc/fsl/pcm030-audio-fabric.c1
19 files changed, 0 insertions, 19 deletions
diff --git a/sound/soc/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c
index b175b0145a42..9ce70fc67b09 100644
--- a/sound/soc/fsl/eukrea-tlv320.c
+++ b/sound/soc/fsl/eukrea-tlv320.c
@@ -238,7 +238,6 @@ MODULE_DEVICE_TABLE(of, imx_tlv320_dt_ids);
238static struct platform_driver eukrea_tlv320_driver = { 238static struct platform_driver eukrea_tlv320_driver = {
239 .driver = { 239 .driver = {
240 .name = "eukrea_tlv320", 240 .name = "eukrea_tlv320",
241 .owner = THIS_MODULE,
242 .of_match_table = imx_tlv320_dt_ids, 241 .of_match_table = imx_tlv320_dt_ids,
243 }, 242 },
244 .probe = eukrea_tlv320_probe, 243 .probe = eukrea_tlv320_probe,
diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c
index b2b108805b24..93d7e56c6066 100644
--- a/sound/soc/fsl/fsl_dma.c
+++ b/sound/soc/fsl/fsl_dma.c
@@ -964,7 +964,6 @@ MODULE_DEVICE_TABLE(of, fsl_soc_dma_ids);
964static struct platform_driver fsl_soc_dma_driver = { 964static struct platform_driver fsl_soc_dma_driver = {
965 .driver = { 965 .driver = {
966 .name = "fsl-pcm-audio", 966 .name = "fsl-pcm-audio",
967 .owner = THIS_MODULE,
968 .of_match_table = fsl_soc_dma_ids, 967 .of_match_table = fsl_soc_dma_ids,
969 }, 968 },
970 .probe = fsl_soc_dma_probe, 969 .probe = fsl_soc_dma_probe,
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c
index ca319d59f843..1c08ab13637c 100644
--- a/sound/soc/fsl/fsl_esai.c
+++ b/sound/soc/fsl/fsl_esai.c
@@ -857,7 +857,6 @@ static struct platform_driver fsl_esai_driver = {
857 .probe = fsl_esai_probe, 857 .probe = fsl_esai_probe,
858 .driver = { 858 .driver = {
859 .name = "fsl-esai-dai", 859 .name = "fsl-esai-dai",
860 .owner = THIS_MODULE,
861 .of_match_table = fsl_esai_dt_ids, 860 .of_match_table = fsl_esai_dt_ids,
862 }, 861 },
863}; 862};
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
index 7eeb1dd8ce27..032d2d33619c 100644
--- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c
@@ -678,7 +678,6 @@ static struct platform_driver fsl_sai_driver = {
678 .probe = fsl_sai_probe, 678 .probe = fsl_sai_probe,
679 .driver = { 679 .driver = {
680 .name = "fsl-sai", 680 .name = "fsl-sai",
681 .owner = THIS_MODULE,
682 .of_match_table = fsl_sai_ids, 681 .of_match_table = fsl_sai_ids,
683 }, 682 },
684}; 683};
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index 9b791621294c..af0429421fc8 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -1283,7 +1283,6 @@ MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids);
1283static struct platform_driver fsl_spdif_driver = { 1283static struct platform_driver fsl_spdif_driver = {
1284 .driver = { 1284 .driver = {
1285 .name = "fsl-spdif-dai", 1285 .name = "fsl-spdif-dai",
1286 .owner = THIS_MODULE,
1287 .of_match_table = fsl_spdif_dt_ids, 1286 .of_match_table = fsl_spdif_dt_ids,
1288 }, 1287 },
1289 .probe = fsl_spdif_probe, 1288 .probe = fsl_spdif_probe,
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index b6b0d25f6ace..a65f17d57ffb 100644
--- a/sound/soc/fsl/fsl_ssi.c
+++ b/sound/soc/fsl/fsl_ssi.c
@@ -1480,7 +1480,6 @@ static int fsl_ssi_remove(struct platform_device *pdev)
1480static struct platform_driver fsl_ssi_driver = { 1480static struct platform_driver fsl_ssi_driver = {
1481 .driver = { 1481 .driver = {
1482 .name = "fsl-ssi-dai", 1482 .name = "fsl-ssi-dai",
1483 .owner = THIS_MODULE,
1484 .of_match_table = fsl_ssi_ids, 1483 .of_match_table = fsl_ssi_ids,
1485 }, 1484 },
1486 .probe = fsl_ssi_probe, 1485 .probe = fsl_ssi_probe,
diff --git a/sound/soc/fsl/imx-audmux.c b/sound/soc/fsl/imx-audmux.c
index 46f9beb6b273..d9050d946ae7 100644
--- a/sound/soc/fsl/imx-audmux.c
+++ b/sound/soc/fsl/imx-audmux.c
@@ -356,7 +356,6 @@ static struct platform_driver imx_audmux_driver = {
356 .id_table = imx_audmux_ids, 356 .id_table = imx_audmux_ids,
357 .driver = { 357 .driver = {
358 .name = DRIVER_NAME, 358 .name = DRIVER_NAME,
359 .owner = THIS_MODULE,
360 .of_match_table = imx_audmux_dt_ids, 359 .of_match_table = imx_audmux_dt_ids,
361 } 360 }
362}; 361};
diff --git a/sound/soc/fsl/imx-mc13783.c b/sound/soc/fsl/imx-mc13783.c
index a2fd7321b5a9..6bf5bce01a92 100644
--- a/sound/soc/fsl/imx-mc13783.c
+++ b/sound/soc/fsl/imx-mc13783.c
@@ -159,7 +159,6 @@ static int imx_mc13783_remove(struct platform_device *pdev)
159static struct platform_driver imx_mc13783_audio_driver = { 159static struct platform_driver imx_mc13783_audio_driver = {
160 .driver = { 160 .driver = {
161 .name = "imx_mc13783", 161 .name = "imx_mc13783",
162 .owner = THIS_MODULE,
163 }, 162 },
164 .probe = imx_mc13783_probe, 163 .probe = imx_mc13783_probe,
165 .remove = imx_mc13783_remove 164 .remove = imx_mc13783_remove
diff --git a/sound/soc/fsl/imx-sgtl5000.c b/sound/soc/fsl/imx-sgtl5000.c
index 1dab963a59f7..b99e0b5e00e9 100644
--- a/sound/soc/fsl/imx-sgtl5000.c
+++ b/sound/soc/fsl/imx-sgtl5000.c
@@ -200,7 +200,6 @@ MODULE_DEVICE_TABLE(of, imx_sgtl5000_dt_ids);
200static struct platform_driver imx_sgtl5000_driver = { 200static struct platform_driver imx_sgtl5000_driver = {
201 .driver = { 201 .driver = {
202 .name = "imx-sgtl5000", 202 .name = "imx-sgtl5000",
203 .owner = THIS_MODULE,
204 .pm = &snd_soc_pm_ops, 203 .pm = &snd_soc_pm_ops,
205 .of_match_table = imx_sgtl5000_dt_ids, 204 .of_match_table = imx_sgtl5000_dt_ids,
206 }, 205 },
diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c
index 0c9068ebe1e7..e94704f1b9ee 100644
--- a/sound/soc/fsl/imx-spdif.c
+++ b/sound/soc/fsl/imx-spdif.c
@@ -88,7 +88,6 @@ MODULE_DEVICE_TABLE(of, imx_spdif_dt_ids);
88static struct platform_driver imx_spdif_driver = { 88static struct platform_driver imx_spdif_driver = {
89 .driver = { 89 .driver = {
90 .name = "imx-spdif", 90 .name = "imx-spdif",
91 .owner = THIS_MODULE,
92 .of_match_table = imx_spdif_dt_ids, 91 .of_match_table = imx_spdif_dt_ids,
93 }, 92 },
94 .probe = imx_spdif_audio_probe, 93 .probe = imx_spdif_audio_probe,
diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c
index 60b0a5b1f1f1..fa801e17c51e 100644
--- a/sound/soc/fsl/imx-ssi.c
+++ b/sound/soc/fsl/imx-ssi.c
@@ -647,7 +647,6 @@ static struct platform_driver imx_ssi_driver = {
647 647
648 .driver = { 648 .driver = {
649 .name = "imx-ssi", 649 .name = "imx-ssi",
650 .owner = THIS_MODULE,
651 }, 650 },
652}; 651};
653 652
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index 48179ffe1543..4caacb05a623 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -307,7 +307,6 @@ MODULE_DEVICE_TABLE(of, imx_wm8962_dt_ids);
307static struct platform_driver imx_wm8962_driver = { 307static struct platform_driver imx_wm8962_driver = {
308 .driver = { 308 .driver = {
309 .name = "imx-wm8962", 309 .name = "imx-wm8962",
310 .owner = THIS_MODULE,
311 .pm = &snd_soc_pm_ops, 310 .pm = &snd_soc_pm_ops,
312 .of_match_table = imx_wm8962_dt_ids, 311 .of_match_table = imx_wm8962_dt_ids,
313 }, 312 },
diff --git a/sound/soc/fsl/mpc5200_psc_ac97.c b/sound/soc/fsl/mpc5200_psc_ac97.c
index c6ed6ba965a9..08d2a8069b0a 100644
--- a/sound/soc/fsl/mpc5200_psc_ac97.c
+++ b/sound/soc/fsl/mpc5200_psc_ac97.c
@@ -338,7 +338,6 @@ static struct platform_driver psc_ac97_driver = {
338 .remove = psc_ac97_of_remove, 338 .remove = psc_ac97_of_remove,
339 .driver = { 339 .driver = {
340 .name = "mpc5200-psc-ac97", 340 .name = "mpc5200-psc-ac97",
341 .owner = THIS_MODULE,
342 .of_match_table = psc_ac97_match, 341 .of_match_table = psc_ac97_match,
343 }, 342 },
344}; 343};
diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c
index 5d07e8a74a21..51fb0c00fe73 100644
--- a/sound/soc/fsl/mpc5200_psc_i2s.c
+++ b/sound/soc/fsl/mpc5200_psc_i2s.c
@@ -229,7 +229,6 @@ static struct platform_driver psc_i2s_driver = {
229 .remove = psc_i2s_of_remove, 229 .remove = psc_i2s_of_remove,
230 .driver = { 230 .driver = {
231 .name = "mpc5200-psc-i2s", 231 .name = "mpc5200-psc-i2s",
232 .owner = THIS_MODULE,
233 .of_match_table = psc_i2s_match, 232 .of_match_table = psc_i2s_match,
234 }, 233 },
235}; 234};
diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c
index fa756d05b2f7..9621b9140df6 100644
--- a/sound/soc/fsl/mpc8610_hpcd.c
+++ b/sound/soc/fsl/mpc8610_hpcd.c
@@ -389,7 +389,6 @@ static struct platform_driver mpc8610_hpcd_driver = {
389 * in lowercase letters. 389 * in lowercase letters.
390 */ 390 */
391 .name = "snd-soc-mpc8610hpcd", 391 .name = "snd-soc-mpc8610hpcd",
392 .owner = THIS_MODULE,
393 }, 392 },
394}; 393};
395 394
diff --git a/sound/soc/fsl/mx27vis-aic32x4.c b/sound/soc/fsl/mx27vis-aic32x4.c
index f4c3bda5e69e..b1ced7b8d80c 100644
--- a/sound/soc/fsl/mx27vis-aic32x4.c
+++ b/sound/soc/fsl/mx27vis-aic32x4.c
@@ -229,7 +229,6 @@ static int mx27vis_aic32x4_remove(struct platform_device *pdev)
229static struct platform_driver mx27vis_aic32x4_audio_driver = { 229static struct platform_driver mx27vis_aic32x4_audio_driver = {
230 .driver = { 230 .driver = {
231 .name = "mx27vis", 231 .name = "mx27vis",
232 .owner = THIS_MODULE,
233 }, 232 },
234 .probe = mx27vis_aic32x4_probe, 233 .probe = mx27vis_aic32x4_probe,
235 .remove = mx27vis_aic32x4_remove, 234 .remove = mx27vis_aic32x4_remove,
diff --git a/sound/soc/fsl/p1022_ds.c b/sound/soc/fsl/p1022_ds.c
index f75c3cf0e6de..71c1a7dc3aeb 100644
--- a/sound/soc/fsl/p1022_ds.c
+++ b/sound/soc/fsl/p1022_ds.c
@@ -398,7 +398,6 @@ static struct platform_driver p1022_ds_driver = {
398 * in lowercase letters. 398 * in lowercase letters.
399 */ 399 */
400 .name = "snd-soc-p1022ds", 400 .name = "snd-soc-p1022ds",
401 .owner = THIS_MODULE,
402 }, 401 },
403}; 402};
404 403
diff --git a/sound/soc/fsl/p1022_rdk.c b/sound/soc/fsl/p1022_rdk.c
index 9d89bb028621..ee29048424be 100644
--- a/sound/soc/fsl/p1022_rdk.c
+++ b/sound/soc/fsl/p1022_rdk.c
@@ -348,7 +348,6 @@ static struct platform_driver p1022_rdk_driver = {
348 * in lowercase letters. 348 * in lowercase letters.
349 */ 349 */
350 .name = "snd-soc-p1022rdk", 350 .name = "snd-soc-p1022rdk",
351 .owner = THIS_MODULE,
352 }, 351 },
353}; 352};
354 353
diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c
index 3665f612819d..c44459d24c50 100644
--- a/sound/soc/fsl/pcm030-audio-fabric.c
+++ b/sound/soc/fsl/pcm030-audio-fabric.c
@@ -124,7 +124,6 @@ static struct platform_driver pcm030_fabric_driver = {
124 .remove = pcm030_fabric_remove, 124 .remove = pcm030_fabric_remove,
125 .driver = { 125 .driver = {
126 .name = DRV_NAME, 126 .name = DRV_NAME,
127 .owner = THIS_MODULE,
128 .of_match_table = pcm030_audio_match, 127 .of_match_table = pcm030_audio_match,
129 }, 128 },
130}; 129};