diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2013-10-17 12:01:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-18 01:35:00 +0200 |
commit | 7db1698f728e1176cc7869f22565e3faa8ec2b72 (patch) | |
tree | 4f55f001e7c9131060c27b3cccbce67587633dd0 /sound/soc/pxa/imote2.c | |
parent | ALSA: ASoC: pxa: fix pxa2xx-ac97 DAI initialization order (diff) | |
download | linux-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/imote2.c')
-rw-r--r-- | sound/soc/pxa/imote2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/imote2.c b/sound/soc/pxa/imote2.c index eef1f7b7b38e..fd2f4eda1fd3 100644 --- a/sound/soc/pxa/imote2.c +++ b/sound/soc/pxa/imote2.c @@ -91,6 +91,7 @@ static struct platform_driver imote2_driver = { .driver = { .name = "imote2-audio", .owner = THIS_MODULE, + .pm = &snd_soc_pm_ops, }, .probe = imote2_probe, .remove = imote2_remove, |