Re: [PATCH 2/2] ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run()
From: Daniel Baluta <hidden>
Date: 2025-01-20 09:01:00
Also in:
linux-sound, lkml
From: Daniel Baluta <hidden>
Date: 2025-01-20 09:01:00
Also in:
linux-sound, lkml
On Mon, Jan 20, 2025 at 10:20 AM Shengjiu Wang [off-list ref] wrote:
The asrc_m2m_device_run() function is the main process function
of converting, the error need to be returned to user, that user
can handle error case properly.
Fixes: 24a01710f627 ("ASoC: fsl_asrc_m2m: Add memory to memory function")
Signed-off-by: Shengjiu Wang <redacted>Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>