1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * ADAU1381/ADAU1781 driver 2 * ADAU1381/ADAU1781 driver 4 * 3 * 5 * Copyright 2014 Analog Devices Inc. 4 * Copyright 2014 Analog Devices Inc. 6 * Author: Lars-Peter Clausen <lars@metafoo.d 5 * Author: Lars-Peter Clausen <lars@metafoo.de> >> 6 * >> 7 * Licensed under the GPL-2. 7 */ 8 */ 8 9 9 #ifndef __SOUND_SOC_CODECS_ADAU1781_H__ 10 #ifndef __SOUND_SOC_CODECS_ADAU1781_H__ 10 #define __SOUND_SOC_CODECS_ADAU1781_H__ 11 #define __SOUND_SOC_CODECS_ADAU1781_H__ 11 12 12 #include <linux/regmap.h> 13 #include <linux/regmap.h> 13 #include "adau17x1.h" 14 #include "adau17x1.h" 14 15 15 struct device; 16 struct device; 16 17 17 int adau1781_probe(struct device *dev, struct 18 int adau1781_probe(struct device *dev, struct regmap *regmap, 18 enum adau17x1_type type, void (*switch 19 enum adau17x1_type type, void (*switch_mode)(struct device *dev)); 19 20 20 extern const struct regmap_config adau1781_reg 21 extern const struct regmap_config adau1781_regmap_config; 21 22 22 #endif 23 #endif 23 24
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.