Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248254
b: refs/heads/master
c: fa88000
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 6, 2011
1 parent f8c2a00 commit 0d2a7c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09f68072b32089f2e3b4749161eb3ce954faf8d4
refs/heads/master: fa880004682cf0d10e7a7c71dc8d56bbd67ac3d5
1 change: 1 addition & 0 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,7 @@ const struct dev_pm_ops snd_soc_pm_ops = {
.resume = snd_soc_resume,
.poweroff = snd_soc_poweroff,
};
EXPORT_SYMBOL_GPL(snd_soc_pm_ops);

/* ASoC platform driver */
static struct platform_driver soc_driver = {
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/tegra/harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ static struct platform_driver tegra_snd_harmony_driver = {
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
.pm = &snd_soc_pm_ops,
},
.probe = tegra_snd_harmony_probe,
.remove = __devexit_p(tegra_snd_harmony_remove),
Expand Down

0 comments on commit 0d2a7c3

Please sign in to comment.