2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Mark Brown <[email protected]> [ upstream commit 8e9ddf811ba021506d2316fcfe619faa0ab3f567 ] when starting This delay is very conservative. Signed-off-by: Mark Brown <[email protected]> Acked-by: Liam Girdwood <[email protected]> Cc: [email protected] Signed-off-by: Andi Kleen <[email protected]> Index: linux-2.6.35.y/sound/soc/codecs/wm8994.c =================================================================== --- linux-2.6.35.y.orig/sound/soc/codecs/wm8994.c +++ linux-2.6.35.y/sound/soc/codecs/wm8994.c @@ -2929,6 +2929,8 @@ static int wm8994_set_fll(struct snd_soc snd_soc_update_bits(codec, WM8994_FLL1_CONTROL_1 + reg_offset, WM8994_FLL1_ENA | WM8994_FLL1_FRAC, reg); + + msleep(5); } wm8994->fll[id].in = freq_in; _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
