#ifndef _LINUX_ADAU7118_H
#define _LINUX_ADAU7118_H
struct regmap;
struct device;
#define ADAU7118_REG_VENDOR_ID …
#define ADAU7118_REG_DEVICE_ID1 …
#define ADAU7118_REG_DEVICE_ID2 …
#define ADAU7118_REG_REVISION_ID …
#define ADAU7118_REG_ENABLES …
#define ADAU7118_REG_DEC_RATIO_CLK_MAP …
#define ADAU7118_REG_HPF_CONTROL …
#define ADAU7118_REG_SPT_CTRL1 …
#define ADAU7118_REG_SPT_CTRL2 …
#define ADAU7118_REG_SPT_CX(num) …
#define ADAU7118_REG_DRIVE_STRENGTH …
#define ADAU7118_REG_RESET …
int adau7118_probe(struct device *dev, struct regmap *map, bool hw_mode);
#endif