![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * ADAU1381/ADAU1781 driver 0004 * 0005 * Copyright 2014 Analog Devices Inc. 0006 * Author: Lars-Peter Clausen <lars@metafoo.de> 0007 */ 0008 0009 #ifndef __SOUND_SOC_CODECS_ADAU1781_H__ 0010 #define __SOUND_SOC_CODECS_ADAU1781_H__ 0011 0012 #include <linux/regmap.h> 0013 #include "adau17x1.h" 0014 0015 struct device; 0016 0017 int adau1781_probe(struct device *dev, struct regmap *regmap, 0018 enum adau17x1_type type, void (*switch_mode)(struct device *dev)); 0019 0020 extern const struct regmap_config adau1781_regmap_config; 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |