diff options
Diffstat (limited to 'sound/soc/fsl/imx-sgtl5000.c')
-rw-r--r-- | sound/soc/fsl/imx-sgtl5000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-sgtl5000.c b/sound/soc/fsl/imx-sgtl5000.c index ed6ba1eba557..f2beae78969f 100644 --- a/sound/soc/fsl/imx-sgtl5000.c +++ b/sound/soc/fsl/imx-sgtl5000.c | |||
@@ -201,6 +201,7 @@ static struct platform_driver imx_sgtl5000_driver = { | |||
201 | .driver = { | 201 | .driver = { |
202 | .name = "imx-sgtl5000", | 202 | .name = "imx-sgtl5000", |
203 | .owner = THIS_MODULE, | 203 | .owner = THIS_MODULE, |
204 | .pm = &snd_soc_pm_ops, | ||
204 | .of_match_table = imx_sgtl5000_dt_ids, | 205 | .of_match_table = imx_sgtl5000_dt_ids, |
205 | }, | 206 | }, |
206 | .probe = imx_sgtl5000_probe, | 207 | .probe = imx_sgtl5000_probe, |