1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright 2016 Analog Devices Inc.
6 * Author: Lars-Peter Clausen <lars@metafoo.de>
9 #ifndef SOUND_SOC_CODECS_ADAU1372_H
10 #define SOUND_SOC_CODECS_ADAU1372_H
12 #include <linux/regmap.h>
16 int adau1372_probe(struct device
*dev
, struct regmap
*regmap
,
17 void (*switch_mode
)(struct device
*dev
));
19 extern const struct regmap_config adau1372_regmap_config
;