summaryrefslogtreecommitdiff
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 14:30:05 +0800
commit0166fa6a636162218815ecf0921908400bb40da5 (patch)
treec5309492eebba6c85171bf9abed3f7a910ca3567
parent1db813426d5f556d2a0cec0980e5ac4c06d7ad92 (diff)
ENGR00257755-3 Revert "ENGR00256933 ASoC: WM8962: Add delay after FLL-enable"
This reverts commit 739325483d12276b80b34d7916e6cdb6d8774900. 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>
-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;