Linux Audio

Check our new training course

Loading...
v6.8
 1/* SPDX-License-Identifier: GPL-2.0-only */
 2/*
 3 * ADAU1361/ADAU1461/ADAU1761/ADAU1961 driver
 4 *
 5 * Copyright 2014 Analog Devices Inc.
 6 *  Author: Lars-Peter Clausen <lars@metafoo.de>
 
 
 7 */
 8
 9#ifndef __SOUND_SOC_CODECS_ADAU1761_H__
10#define __SOUND_SOC_CODECS_ADAU1761_H__
11
12#include <linux/regmap.h>
13#include "adau17x1.h"
14
15struct device;
16
17int adau1761_probe(struct device *dev, struct regmap *regmap,
18	enum adau17x1_type type, void (*switch_mode)(struct device *dev));
19
20extern const struct regmap_config adau1761_regmap_config;
21
22#endif
v4.10.11
 
 1/*
 2 * ADAU1361/ADAU1461/ADAU1761/ADAU1961 driver
 3 *
 4 * Copyright 2014 Analog Devices Inc.
 5 *  Author: Lars-Peter Clausen <lars@metafoo.de>
 6 *
 7 * Licensed under the GPL-2.
 8 */
 9
10#ifndef __SOUND_SOC_CODECS_ADAU1761_H__
11#define __SOUND_SOC_CODECS_ADAU1761_H__
12
13#include <linux/regmap.h>
14#include "adau17x1.h"
15
16struct device;
17
18int adau1761_probe(struct device *dev, struct regmap *regmap,
19	enum adau17x1_type type, void (*switch_mode)(struct device *dev));
20
21extern const struct regmap_config adau1761_regmap_config;
22
23#endif