6 Apr
2011
6 Apr
'11
2:14 a.m.
On Tue, Apr 05, 2011 at 02:27:36PM -0600, Stephen Warren wrote:
+const struct dev_pm_ops harmony_pm_ops = {
- .suspend = snd_soc_suspend,
- .resume = snd_soc_resume,
- .poweroff = snd_soc_poweroff,
+};
We should add an export for snd_soc_pm_ops too so that drivers like this that can just use the default behaviour don't need to cut'n'paste the code like this.