diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2013-10-17 14:01:37 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-18 00:35:00 +0100 |
commit | 7db1698f728e1176cc7869f22565e3faa8ec2b72 (patch) | |
tree | 4f55f001e7c9131060c27b3cccbce67587633dd0 /sound/soc/pxa/palm27x.c | |
parent | f62aa9b6c900a9aaf302c1f9ac1883c143afd832 (diff) |
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/palm27x.c')
-rw-r--r-- | sound/soc/pxa/palm27x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/palm27x.c b/sound/soc/pxa/palm27x.c index e1ffcdd9a649..3284c4b901cb 100644 --- a/sound/soc/pxa/palm27x.c +++ b/sound/soc/pxa/palm27x.c @@ -181,6 +181,7 @@ static struct platform_driver palm27x_wm9712_driver = { .driver = { .name = "palm27x-asoc", .owner = THIS_MODULE, + .pm = &snd_soc_pm_ops, }, }; |