[PATCH 11/12] ASoC: AMD: add suspend/resume for ACP PCM driver

2015-08-06 Thread Mark Brown
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

[PATCH 11/12] ASoC: AMD: add suspend/resume for ACP PCM driver

2015-08-06 Thread Alex Deucher
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