aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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-wm8962.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-mc13783.c b/sound/soc/fsl/imx-mc13783.c
index a2fd7321b5a9..79cee782dbbf 100644
--- a/sound/soc/fsl/imx-mc13783.c
+++ b/sound/soc/fsl/imx-mc13783.c
@@ -160,6 +160,7 @@ static struct platform_driver imx_mc13783_audio_driver = {
160 .driver = { 160 .driver = {
161 .name = "imx_mc13783", 161 .name = "imx_mc13783",
162 .owner = THIS_MODULE, 162 .owner = THIS_MODULE,
163 .pm = &snd_soc_pm_ops,
163 }, 164 },
164 .probe = imx_mc13783_probe, 165 .probe = imx_mc13783_probe,
165 .remove = imx_mc13783_remove 166 .remove = imx_mc13783_remove
diff --git a/sound/soc/fsl/imx-sgtl5000.c b/sound/soc/fsl/imx-sgtl5000.c
index ca1be1d9dcf0..73da709069df 100644
--- a/sound/soc/fsl/imx-sgtl5000.c
+++ b/sound/soc/fsl/imx-sgtl5000.c
@@ -202,6 +202,7 @@ static struct platform_driver imx_sgtl5000_driver = {
202 .driver = { 202 .driver = {
203 .name = "imx-sgtl5000", 203 .name = "imx-sgtl5000",
204 .owner = THIS_MODULE, 204 .owner = THIS_MODULE,
205 .pm = &snd_soc_pm_ops,
205 .of_match_table = imx_sgtl5000_dt_ids, 206 .of_match_table = imx_sgtl5000_dt_ids,
206 }, 207 },
207 .probe = imx_sgtl5000_probe, 208 .probe = imx_sgtl5000_probe,
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index 722afe69169e..8e5b2c6a16d9 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -311,6 +311,7 @@ static struct platform_driver imx_wm8962_driver = {
311 .driver = { 311 .driver = {
312 .name = "imx-wm8962", 312 .name = "imx-wm8962",
313 .owner = THIS_MODULE, 313 .owner = THIS_MODULE,
314 .pm = &snd_soc_pm_ops,
314 .of_match_table = imx_wm8962_dt_ids, 315 .of_match_table = imx_wm8962_dt_ids,
315 }, 316 },
316 .probe = imx_wm8962_probe, 317 .probe = imx_wm8962_probe,