aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-06 10:15:15 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-06 10:15:15 -0400
commitfa880004682cf0d10e7a7c71dc8d56bbd67ac3d5 (patch)
tree8d3c8786e1676569d2c82b76b47ffcc15c0f4309
parent09f68072b32089f2e3b4749161eb3ce954faf8d4 (diff)
parentdeb2607e6c3d75c7185bb8aba658d9cd57e6e54a (diff)
Merge branch 'for-2.6.39' into for-2.6.40
-rw-r--r--sound/soc/soc-core.c1
-rw-r--r--sound/soc/tegra/harmony.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 0cf699762ff7..1c7e82a4c808 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -2060,6 +2060,7 @@ const struct dev_pm_ops snd_soc_pm_ops = {
2060 .resume = snd_soc_resume, 2060 .resume = snd_soc_resume,
2061 .poweroff = snd_soc_poweroff, 2061 .poweroff = snd_soc_poweroff,
2062}; 2062};
2063EXPORT_SYMBOL_GPL(snd_soc_pm_ops);
2063 2064
2064/* ASoC platform driver */ 2065/* ASoC platform driver */
2065static struct platform_driver soc_driver = { 2066static struct platform_driver soc_driver = {
diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c
index 8585957477eb..556a57133925 100644
--- a/sound/soc/tegra/harmony.c
+++ b/sound/soc/tegra/harmony.c
@@ -370,6 +370,7 @@ static struct platform_driver tegra_snd_harmony_driver = {
370 .driver = { 370 .driver = {
371 .name = DRV_NAME, 371 .name = DRV_NAME,
372 .owner = THIS_MODULE, 372 .owner = THIS_MODULE,
373 .pm = &snd_soc_pm_ops,
373 }, 374 },
374 .probe = tegra_snd_harmony_probe, 375 .probe = tegra_snd_harmony_probe,
375 .remove = __devexit_p(tegra_snd_harmony_remove), 376 .remove = __devexit_p(tegra_snd_harmony_remove),