summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/mioa701_wm9713.c
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2013-10-17 12:01:37 +0200
committerMark Brown <broonie@linaro.org>2013-10-18 01:35:00 +0200
commit7db1698f728e1176cc7869f22565e3faa8ec2b72 (patch)
tree4f55f001e7c9131060c27b3cccbce67587633dd0 /sound/soc/pxa/mioa701_wm9713.c
parentALSA: ASoC: pxa: fix pxa2xx-ac97 DAI initialization order (diff)
downloadlinux-7db1698f728e1176cc7869f22565e3faa8ec2b72.tar.xz
linux-7db1698f728e1176cc7869f22565e3faa8ec2b72.zip
ALSA: ASoC: pxa: add asoc pm callbacks to pxa audio drivers
After convertion to snd_soc_register_card, platform driver should reference snd_soc_pm_ops callbacks to properly suspend/resume sound hardware. This was missed during conversion of PXA sound devices. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/pxa/mioa701_wm9713.c')
-rw-r--r--sound/soc/pxa/mioa701_wm9713.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/mioa701_wm9713.c b/sound/soc/pxa/mioa701_wm9713.c
index bbea7780eac6..160c5245448f 100644
--- a/sound/soc/pxa/mioa701_wm9713.c
+++ b/sound/soc/pxa/mioa701_wm9713.c
@@ -215,6 +215,7 @@ static struct platform_driver mioa701_wm9713_driver = {
.driver = {
.name = "mioa701-wm9713",
.owner = THIS_MODULE,
+ .pm = &snd_soc_pm_ops,
},
};