On Thu, Aug 06, 2015 at 10:25:11AM -0400, Alex Deucher wrote:
> +static int acp_pcm_suspend(struct device *dev)
> +{
> + return 0;
> +}
You should never need to add empty functions like this.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Typ
From: Maruthi Srinivas Bayyavarapu
Added suspend/resume functionality for AMD ACP ASoC PCM driver.
Enabled them in the ASoC machine driver
Signed-off-by: Maruthi Bayyavarapu
Reviewed-by: Alex Deucher
Reviewed-by: Murali Krishna Vemuri
---
sound/soc/amd/acp-pcm-dma.c | 31