Re: [PATCH 3/3] ASoC: fsl_asrc_dma: allocate memory from dma device

From: Daniel Baluta

Date: Thu Jan 29 2026 - 04:22:38 EST


On 1/28/26 09:18, Shengjiu Wang wrote:
> As the dma device may support dma-coherent property on the i.MX952,
> allocate memory from dma device to make asrc driver to be compatible with
> such a case.


This commit message refers to imx952 but the change in the code apply to all supported platforms

So in not really clear what is the intention of it.

Also, it is not clear why do you allocate a pair only to free it at the end of the function.