diff options
author | Charles Keepax | 2013-02-20 17:28:39 +0000 |
---|---|---|
committer | Mark Brown | 2013-03-04 11:01:00 +0800 |
commit | de1e6eedddeab2fa417c38c231d896198f903129 (patch) | |
tree | 59933f1f239b0a90c55f5ded309b8449470db622 /sound/soc/codecs/arizona.h | |
parent | 357228153b4a158bdeb05f1c46ee13ef60a675a6 (diff) |
ASoC: arizona: Improve suppression of noop FLL updates
Previously updates that only changes FLL source would be missed, this
patch corrects this. We also ensures that both REFCLK and SYNCCLK
frequency changes are considered, in preparation for future updates.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r-- | sound/soc/codecs/arizona.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h index 37766b547b9d..bedf12a527e5 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h @@ -198,9 +198,8 @@ struct arizona_fll { unsigned int base; unsigned int vco_mult; struct completion ok; - unsigned int fref; - unsigned int fout; + unsigned int fout; int sync_src; unsigned int sync_freq; int ref_src; |