Commits
Nicolin Chen committed 1137ccee6b2
MLK-11479-05 ASoC: fsl: Fix set-mute-failed issue after WM8962 capture cherry-pick below patch from v3.14.y: ENGR00277471 ASoC: fsl: Fix set-mute-failed issue after WM8962 capture We only need to mute WM8962 after playback, so add direction check before doing mute. And a mute failure would cause hw_free() abruptly return after it, which might drop the essential procedure code for FLL controlling. Thus put mute before FLL controlling code and drop its return check. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <b42378@freescale.com> (cherry picked from commit 3133b6cfb31b202805d31d449bfa70383e5e1c75)