diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-29 23:17:12 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-21 21:37:09 +0100 |
commit | d3725761ee3d4813c6071ea1d952de1094d8b68f (patch) | |
tree | fb34c8d888cfa1761743960632955d9e7415c8ba /sound/soc/codecs/wm8994.h | |
parent | 3cf956eebe54cdb7cf1701642085507f0354e56a (diff) | |
download | blackbird-obmc-linux-d3725761ee3d4813c6071ea1d952de1094d8b68f.tar.gz blackbird-obmc-linux-d3725761ee3d4813c6071ea1d952de1094d8b68f.zip |
ASoC: wm8994: Restore AIFnCLK after reducing it for low clock rates
This helps to ensure a smooth startup when we restore.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r-- | sound/soc/codecs/wm8994.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h index 45f192702024..928e2c256450 100644 --- a/sound/soc/codecs/wm8994.h +++ b/sound/soc/codecs/wm8994.h @@ -79,6 +79,7 @@ struct wm8994_priv { int sysclk_rate[2]; int mclk[2]; int aifclk[2]; + int aifdiv[2]; int channels[2]; struct wm8994_fll_config fll[2], fll_suspend[2]; struct completion fll_locked[2]; |