1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * PCM3008 ALSA SoC Layer
4 *
5 * Author: Hugo Villeneuve
6 * Copyright (C) 2008 Lyrtech inc
7 */
8
9#ifndef __LINUX_SND_SOC_PCM3008_H
10#define __LINUX_SND_SOC_PCM3008_H
11
12struct pcm3008_setup_data {
13 unsigned dem0_pin;
14 unsigned dem1_pin;
15 unsigned pdad_pin;
16 unsigned pdda_pin;
17};
18
19#endif
20

source code of linux/sound/soc/codecs/pcm3008.h