diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-15 10:20:00 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-15 10:20:00 +0000 |
commit | 092d40505202ebc9fdfa5582f469458c7dd62257 (patch) | |
tree | c5eef31c3f9dbbf5a127a81e8cb5b6ba252b5ac5 /sound/soc/pxa/imote2.c | |
parent | 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 (diff) | |
parent | 12850b8d45cb03239ede6df58ad0022aba3f3dc2 (diff) | |
download | linux-stable-092d40505202ebc9fdfa5582f469458c7dd62257.tar.gz |
Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linus
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, |