From: Mark Brown Date: Mon, 25 Apr 2011 17:27:35 +0000 (+0100) Subject: ASoC: Don't warn if the WM8962 SYSCLK FLL setting doesn't match reality X-Git-Tag: v3.3-rc1~14^2~1047 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5357e8f505d058b7419eb6a91b6e42b8f1fc02d5;p=platform%2Fkernel%2Flinux-3.10.git ASoC: Don't warn if the WM8962 SYSCLK FLL setting doesn't match reality When bringing up audio low power modes boards may configure SYSCLK before they actually start the FLL as we do much of the clocking setup prior to the power up sequence. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index ec4417a..7949f89 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c @@ -2998,7 +2998,6 @@ static int wm8962_set_dai_sysclk(struct snd_soc_dai *dai, int clk_id, case WM8962_SYSCLK_FLL: wm8962->sysclk = WM8962_SYSCLK_FLL; src = 1 << WM8962_SYSCLK_SRC_SHIFT; - WARN_ON(freq != wm8962->fll_fout); break; default: return -EINVAL;