ASoC: arizona: Add support for directly setting the FLL REFCLK
[deliverable/linux.git] / sound / soc / codecs / arizona.h
index bedf12a527e55a54c026e08ee3aa9fdaed57194a..f2ca41f8dc83fbad8c45db6f7c210cf244d4fb7b 100644 (file)
@@ -211,6 +211,8 @@ struct arizona_fll {
 
 extern int arizona_init_fll(struct arizona *arizona, int id, int base,
                            int lock_irq, int ok_irq, struct arizona_fll *fll);
+extern int arizona_set_fll_refclk(struct arizona_fll *fll, int source,
+                                 unsigned int Fref, unsigned int Fout);
 extern int arizona_set_fll(struct arizona_fll *fll, int source,
                           unsigned int Fref, unsigned int Fout);
 
This page took 0.026893 seconds and 5 git commands to generate.