Browse Source

ASoC: wm8994: Ensure lambda is zeroed for WM8994

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 12 years ago
parent
commit
f7dbd399ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/codecs/wm8994.c

+ 1 - 0
sound/soc/codecs/wm8994.c

@@ -2078,6 +2078,7 @@ static int wm8994_get_fll_config(struct wm8994 *control, struct fll_div *fll,
 
 		/* Move down to proper range now rounding is done */
 		fll->k = K / 10;
+		fll->lambda = 0;
 
 		pr_debug("N=%x K=%x\n", fll->n, fll->k);
 		break;