Re: [RFC PATCH v3 0/4] Reuse the dma channel if available in Back-End

2020-06-12 Thread Mark Brown
On Fri, 12 Jun 2020 15:37:47 +0800, Shengjiu Wang wrote: > Reuse the dma channel if available in Back-End > > Shengjiu Wang (4): > ASoC: soc-card: export snd_soc_lookup_component_nolocked > ASoC: dmaengine_pcm: export soc_component_to_pcm > ASoC: fsl_asrc_dma: Reuse the dma channel if

[RFC PATCH v3 0/4] Reuse the dma channel if available in Back-End

2020-06-12 Thread Shengjiu Wang
Reuse the dma channel if available in Back-End Shengjiu Wang (4): ASoC: soc-card: export snd_soc_lookup_component_nolocked ASoC: dmaengine_pcm: export soc_component_to_pcm ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-End ASoC: fsl_asrc_dma: Fix data copying speed issue