Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * ADAU1361/ADAU1461/ADAU1761/ADAU1961 driver
0004  *
0005  * Copyright 2014 Analog Devices Inc.
0006  *  Author: Lars-Peter Clausen <lars@metafoo.de>
0007  */
0008 
0009 #ifndef __SOUND_SOC_CODECS_ADAU1761_H__
0010 #define __SOUND_SOC_CODECS_ADAU1761_H__
0011 
0012 #include <linux/regmap.h>
0013 #include "adau17x1.h"
0014 
0015 struct device;
0016 
0017 int adau1761_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 adau1761_regmap_config;
0021 
0022 #endif