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