Skip to content

Commit

Permalink
Merge branch 'for-2.6.39' into for-2.6.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Apr 6, 2011
2 parents 09f6807 + deb2607 commit fa88000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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 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 fa88000

Please sign in to comment.