MLK-22168-2: fsl_easrc:fix timeout issue if STOP_CONV is not called
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 5 Jul 2019 09:48:29 +0000 (17:48 +0800)
committerShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 19 Jul 2019 10:25:29 +0000 (18:25 +0800)
commit0d83de8779d5986c49a06127d1f1e8f40282aa01
treedaa827678aae3d8a469a5e27400618dbb4f26c6b
parent6a0b7a1c950b36258257ac79e0c72646c93f3b0b
MLK-22168-2: fsl_easrc:fix timeout issue if STOP_CONV is not called

When error happen, user may not call STOP_CONV to stop the context,
then there will be "input DMA task timeout" issue for next m2m task.

In this patch, fsl_easrc_stop_context is called in RELEASE_PAIR to
make sure context is stopped.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
sound/soc/fsl/fsl_easrc_m2m.c