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 bedf12a527e5..f2ca41f8dc83 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h | |||
| @@ -211,6 +211,8 @@ struct arizona_fll { | |||
| 211 | 211 | ||
| 212 | extern int arizona_init_fll(struct arizona *arizona, int id, int base, | 212 | extern int arizona_init_fll(struct arizona *arizona, int id, int base, |
| 213 | int lock_irq, int ok_irq, struct arizona_fll *fll); | 213 | int lock_irq, int ok_irq, struct arizona_fll *fll); |
| 214 | extern int arizona_set_fll_refclk(struct arizona_fll *fll, int source, | ||
| 215 | unsigned int Fref, unsigned int Fout); | ||
| 214 | extern int arizona_set_fll(struct arizona_fll *fll, int source, | 216 | extern int arizona_set_fll(struct arizona_fll *fll, int source, |
| 215 | unsigned int Fref, unsigned int Fout); | 217 | unsigned int Fref, unsigned int Fout); |
| 216 | 218 | ||
