Commits
Nicolin Chen committed 17e18c911a6
MLK-11479-08 ASoC: fsl: Drop snd_soc_dapm_sync() in imx-wm8962 cherry-pick below patch from v3.14.y: ENGR00290229 ASoC: fsl: Drop snd_soc_dapm_sync() in imx-wm8962 As DAPM would do the sync() for us, we don't need to handle it by ourselves. And leaving snd_soc_dapm_sync() here is dangerous because it would disable the clock from WM8962 during the short period of the output route changing since we don't leave the alternative route's enanbling to this machine driver but to DAPM core. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <b42378@freescale.com> (cherry picked from commit c4dcde0b5119262cbb75c5136422af2071bffbda)