ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / sound / soc / codecs / adau1781.h
blobac8b8acbdbbdf44818f96c0a47f98213e20d076a
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * ADAU1381/ADAU1781 driver
5 * Copyright 2014 Analog Devices Inc.
6 * Author: Lars-Peter Clausen <lars@metafoo.de>
7 */
9 #ifndef __SOUND_SOC_CODECS_ADAU1781_H__
10 #define __SOUND_SOC_CODECS_ADAU1781_H__
12 #include <linux/regmap.h>
13 #include "adau17x1.h"
15 struct device;
17 int adau1781_probe(struct device *dev, struct regmap *regmap,
18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
20 extern const struct regmap_config adau1781_regmap_config;
22 #endif