diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 06:28:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-16 07:59:12 -0400 |
commit | de0022d4bf3a5acaef75cf1c7c2f8d71b020e8c9 (patch) | |
tree | 185d5800cbc0691a06b8565a8a5ec73ad30a4237 /sound/soc/samsung | |
parent | d644a115e86433abbb544808c4be1e4b5a048c2b (diff) |
ASoC: smdk_wm8994: Add .pm to struct smdk_audio_driver
Register PM ops for this driver.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/smdk_wm8994.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/samsung/smdk_wm8994.c b/sound/soc/samsung/smdk_wm8994.c index 831972d24fb9..b072bd107b31 100644 --- a/sound/soc/samsung/smdk_wm8994.c +++ b/sound/soc/samsung/smdk_wm8994.c | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | #include "../codecs/wm8994.h" | 10 | #include "../codecs/wm8994.h" |
11 | #include <sound/pcm_params.h> | 11 | #include <sound/pcm_params.h> |
12 | #include <sound/soc.h> | ||
12 | #include <linux/module.h> | 13 | #include <linux/module.h> |
13 | #include <linux/of.h> | 14 | #include <linux/of.h> |
14 | #include <linux/of_device.h> | 15 | #include <linux/of_device.h> |
@@ -206,6 +207,7 @@ static struct platform_driver smdk_audio_driver = { | |||
206 | .name = "smdk-audio-wm8894", | 207 | .name = "smdk-audio-wm8894", |
207 | .owner = THIS_MODULE, | 208 | .owner = THIS_MODULE, |
208 | .of_match_table = of_match_ptr(samsung_wm8994_of_match), | 209 | .of_match_table = of_match_ptr(samsung_wm8994_of_match), |
210 | .pm = &snd_soc_pm_ops, | ||
209 | }, | 211 | }, |
210 | .probe = smdk_audio_probe, | 212 | .probe = smdk_audio_probe, |
211 | }; | 213 | }; |