summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-04-09 09:12:31 +0800
committerNicolin Chen <b42378@freescale.com>2013-04-10 15:57:15 +0800
commit4764bfb4c54400cf69ad871026fab2aff965b1f6 (patch)
tree2575ddb4c4d5132d23ae9a545e8084ba0b45deac /sound
parent30063fa401df44b7a5bc015edaa8b38043e92463 (diff)
ENGR00257755-3 Revert "ENGR00256933 ASoC: WM8962: Add delay after FLL-enable"
This reverts commit 0ed997878dd59c1dac6bf8f9eda412790bdd1df6. We already reverted FLL-enable code in set_fll(), so we don't need delay any more. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <b42378@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8962.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 4d0c69ab4a5f..9acae3004c72 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3483,8 +3483,6 @@ static int wm8962_set_fll(struct snd_soc_codec *codec, int fll_id, int source,
WM8962_FLL_FRAC | WM8962_FLL_REFCLK_SRC_MASK |
WM8962_FLL_ENA, fll1);
- fll1 |= WM8962_FLL_ENA;
-
dev_dbg(codec->dev, "FLL configured for %dHz->%dHz\n", Fref, Fout);
ret = 0;