Commits

Weiguang Kong committed 97870218c28
MLK-16691: ASoC: fsl_hifi4: unlock mutex before return error When error occurs in fsl_hifi4_open() function, before this function exists, "hifi4_priv->hifi4_mutex" should be unlocked. If not, when the device is opened next time, the kernel will be hanged. Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>