aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/adav80x.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/adav80x.h')
-rw-r--r--sound/soc/codecs/adav80x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/adav80x.h b/sound/soc/codecs/adav80x.h
index adb0fc76d4e3..8a1d7c09dca5 100644
--- a/sound/soc/codecs/adav80x.h
+++ b/sound/soc/codecs/adav80x.h
@@ -9,6 +9,13 @@
#ifndef _ADAV80X_H
#define _ADAV80X_H
+#include <linux/regmap.h>
+
+struct device;
+
+extern const struct regmap_config adav80x_regmap_config;
+int adav80x_bus_probe(struct device *dev, struct regmap *regmap);
+
enum adav80x_pll_src {
ADAV80X_PLL_SRC_XIN,
ADAV80X_PLL_SRC_XTAL,