Re: [PATCH] ASoC: amd: Enable interrupt in dma_open

2020-07-01 Thread Mark Brown
On Wed, 1 Jul 2020 00:07:46 +0530, Akshu Agrawal wrote: > Fixes interrupt enable condition check with which now > interrupt gets enabled in dma_open. > Prior to this patch it was getting enabled in runtime_resume only. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.gi

[PATCH] ASoC: amd: Enable interrupt in dma_open

2020-06-30 Thread Akshu Agrawal
Fixes interrupt enable condition check with which now interrupt gets enabled in dma_open. Prior to this patch it was getting enabled in runtime_resume only. Signed-off-by: Akshu Agrawal --- sound/soc/amd/raven/acp3x-pcm-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so