LF-3794: ASoC: fsl_xcvr: Fix hang issue after suspend with RX recording
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 19 May 2021 10:26:14 +0000 (18:26 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Sun, 23 May 2021 02:03:49 +0000 (10:03 +0800)
commit691d502714ccbaaf92eaf490aadf1f1d74267ad5
tree079402ec1090ac3857a05a64f1e14aa5ba7d24ad
parent5cb5dd5a8c51e14aa97580e8b81cbceb7aab829a
LF-3794: ASoC: fsl_xcvr: Fix hang issue after suspend with RX recording

There is a unhandled interrupt after suspend, which cause endless
interrupt when system resume, so system will hang.

Disable all interrupt in runtime suspend callback.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
Acked-by: Jason Liu <jason.hui.liu@nxp.com>
sound/soc/fsl/fsl_xcvr.c