[alsa-devel] [PATCH] ASoC: Tegra: Suspend/resume support

Mark Brown broonie at opensource.wolfsonmicro.com
Wed Apr 6 01:14:41 CEST 2011


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.


More information about the Alsa-devel mailing list