1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * ADAU1372 driver 3 * ADAU1372 driver 4 * 4 * 5 * Copyright 2016 Analog Devices Inc. 5 * Copyright 2016 Analog Devices Inc. 6 * Author: Lars-Peter Clausen <lars@metafoo.d 6 * Author: Lars-Peter Clausen <lars@metafoo.de> 7 */ 7 */ 8 8 9 #ifndef SOUND_SOC_CODECS_ADAU1372_H 9 #ifndef SOUND_SOC_CODECS_ADAU1372_H 10 #define SOUND_SOC_CODECS_ADAU1372_H 10 #define SOUND_SOC_CODECS_ADAU1372_H 11 11 12 #include <linux/regmap.h> 12 #include <linux/regmap.h> 13 13 14 struct device; 14 struct device; 15 15 16 int adau1372_probe(struct device *dev, struct 16 int adau1372_probe(struct device *dev, struct regmap *regmap, 17 void (*switch_mode)(struct 17 void (*switch_mode)(struct device *dev)); 18 18 19 extern const struct regmap_config adau1372_reg 19 extern const struct regmap_config adau1372_regmap_config; 20 20 21 #endif 21 #endif 22 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.