Commit f7dbd399 authored by Mark Brown's avatar Mark Brown

ASoC: wm8994: Ensure lambda is zeroed for WM8994

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 287d03e9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment