Re: [PATCH] ASoC: fsl_asrc_dma: request dma channel from specific controller

2021-03-12 Thread Mark Brown
On Fri, 5 Mar 2021 17:19:37 +0800, Shengjiu Wang wrote: > Request dma channel from specific dma controller instead of generic > dma controller list, otherwise, may get the wrong dma controller > if there are multi dma controllers such as i.MX8MP. Applied to https://git.kernel.org/pub/scm/linux

[PATCH] ASoC: fsl_asrc_dma: request dma channel from specific controller

2021-03-05 Thread Shengjiu Wang
From: Robin Gong Request dma channel from specific dma controller instead of generic dma controller list, otherwise, may get the wrong dma controller if there are multi dma controllers such as i.MX8MP. Signed-off-by: Robin Gong Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_asrc_dma.c | 5