aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/adau-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/adau-utils.h')
-rw-r--r--sound/soc/codecs/adau-utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/adau-utils.h b/sound/soc/codecs/adau-utils.h
new file mode 100644
index 000000000000..939b5f37762f
--- /dev/null
+++ b/sound/soc/codecs/adau-utils.h
@@ -0,0 +1,7 @@
+#ifndef SOUND_SOC_CODECS_ADAU_PLL_H
+#define SOUND_SOC_CODECS_ADAU_PLL_H
+
+int adau_calc_pll_cfg(unsigned int freq_in, unsigned int freq_out,
+ uint8_t regs[5]);
+
+#endif