commit | 71de4d27c8e7e1d27dcab8bb983eff80ec8a3299 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Feb 16 22:26:23 2012 -0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Feb 16 22:31:59 2012 -0800 |
tree | 6d4ed4265ed44d58dfc73afc1f308b40bf4ca316 | |
parent | 0e66821f63b3bf1468f5793759beb09b3e1ffa4f [diff] |
ASoC: wm8962: Update the clocking when setting system clock Make sure we update for any changes in cases where we reconfigure while live (eg, for analogue bypass). Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 5a6516e..a5b8a09 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c
@@ -2705,6 +2705,8 @@ wm8962->sysclk_rate = freq; + wm8962_configure_bclk(codec); + return 0; }