Merge branches 'for-4.8/alps', 'for-4.8/apple', 'for-4.8/i2c-hid', 'for-4.8/uhid...
[deliverable/linux.git] / sound / soc / codecs / tlv320aic32x4.h
index 995f033a855d64509b9dffa2dae6fd9ce810268c..a197dd51addc242ab71ac4fc3bb581eb7648fb66 100644 (file)
 #ifndef _TLV320AIC32X4_H
 #define _TLV320AIC32X4_H
 
+struct device;
+struct regmap_config;
+
+extern const struct regmap_config aic32x4_regmap_config;
+int aic32x4_probe(struct device *dev, struct regmap *regmap);
+int aic32x4_remove(struct device *dev);
+
 /* tlv320aic32x4 register space (in decimal to match datasheet) */
 
 #define AIC32X4_PAGE1          128
This page took 0.024954 seconds and 5 git commands to generate.