diff options
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r-- | sound/soc/codecs/arizona.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h index f1c0ec924e3c..84c415d335bd 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h | |||
@@ -191,6 +191,8 @@ struct arizona_fll { | |||
191 | unsigned int vco_mult; | 191 | unsigned int vco_mult; |
192 | struct completion lock; | 192 | struct completion lock; |
193 | struct completion ok; | 193 | struct completion ok; |
194 | unsigned int fref; | ||
195 | unsigned int fout; | ||
194 | 196 | ||
195 | char lock_name[ARIZONA_FLL_NAME_LEN]; | 197 | char lock_name[ARIZONA_FLL_NAME_LEN]; |
196 | char clock_ok_name[ARIZONA_FLL_NAME_LEN]; | 198 | char clock_ok_name[ARIZONA_FLL_NAME_LEN]; |