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/corgi.c | |
parent | 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 (diff) | |
parent | 12850b8d45cb03239ede6df58ad0022aba3f3dc2 (diff) | |
download | talos-op-linux-092d40505202ebc9fdfa5582f469458c7dd62257.tar.gz talos-op-linux-092d40505202ebc9fdfa5582f469458c7dd62257.zip |
Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linus
Diffstat (limited to 'sound/soc/pxa/corgi.c')
-rw-r--r-- | sound/soc/pxa/corgi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c index f4cce1e80112..1853d41034bf 100644 --- a/sound/soc/pxa/corgi.c +++ b/sound/soc/pxa/corgi.c @@ -329,6 +329,7 @@ static struct platform_driver corgi_driver = { .driver = { .name = "corgi-audio", .owner = THIS_MODULE, + .pm = &snd_soc_pm_ops, }, .probe = corgi_probe, .remove = corgi_remove, |