summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-04-08 19:58:26 +0800
committerNicolin Chen <b42378@freescale.com>2013-04-10 14:29:54 +0800
commit1db813426d5f556d2a0cec0980e5ac4c06d7ad92 (patch)
treea57d8df9297556b24a506256f8ea1918b3f2e61f /sound
parent5e0d6ea2c2d36f3cd2f90a8ae37c5a3f0152dac1 (diff)
ENGR00257755-2 Revert "ENGR00256310 ASoC: imx-wm8962: Fix playback abnormally"
This reverts commit 80dd80156772ff155aaf5420e41346674a9521f0. With this patch, WM8962 couldn't work normally after SabreSD power-on. So revert it and find a better solution. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <b42378@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-wm8962.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/imx/imx-wm8962.c b/sound/soc/imx/imx-wm8962.c
index c99144f2b325..8cf4bdd577de 100644
--- a/sound/soc/imx/imx-wm8962.c
+++ b/sound/soc/imx/imx-wm8962.c
@@ -214,14 +214,6 @@ static int imx_hifi_hw_free(struct snd_pcm_substream *substream)
pr_err("Failed to set MUTE: %d\n", ret);
return ret;
}
-
- /* Disable FLL */
- ret = snd_soc_dai_set_pll(codec_dai, WM8962_FLL,
- WM8962_FLL_MCLK, 0, 0);
- if (ret < 0) {
- pr_err("Failed to set FLL: %d\n", ret);
- return ret;
- }
}
return 0;
}