Re: [PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm

2019-04-27 Thread Mark Brown
On Fri, Apr 26, 2019 at 03:10:10PM +0300, Daniel Baluta wrote: > The only patch left in the series that needs to be applied is this: > https://www.spinics.net/lists/alsa-devel/msg89733.html > I will reply also to that email, to be easier for you to find it. Content free pings don't help... si

Re: [PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm

2019-04-26 Thread Daniel Baluta
On Fri, Apr 26, 2019 at 1:01 PM Mark Brown wrote: > > On Sun, Apr 21, 2019 at 07:39:09PM +, Daniel Baluta wrote: > > Basically the same actions as for system PM, so make use > > of pm_runtime_force_suspend/pm_runtime_force_resume. > > This doesn't apply against current code, please check and r

Re: [PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm

2019-04-26 Thread Mark Brown
On Sun, Apr 21, 2019 at 07:39:09PM +, Daniel Baluta wrote: > Basically the same actions as for system PM, so make use > of pm_runtime_force_suspend/pm_runtime_force_resume. This doesn't apply against current code, please check and resend. signature.asc Description: PGP signature

Re: [PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm

2019-04-21 Thread Nicolin Chen
On Sun, Apr 21, 2019 at 07:39:09PM +, Daniel Baluta wrote: > Basically the same actions as for system PM, so make use > of pm_runtime_force_suspend/pm_runtime_force_resume. > > Signed-off-by: Shengjiu Wang > Signed-off-by: Daniel Baluta Acked-by: Nicolin Chen Thanks > --- > sound/soc/fs

[PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm

2019-04-21 Thread Daniel Baluta
Basically the same actions as for system PM, so make use of pm_runtime_force_suspend/pm_runtime_force_resume. Signed-off-by: Shengjiu Wang Signed-off-by: Daniel Baluta --- sound/soc/fsl/fsl_sai.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/sound/s