Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-block.git] / sound / soc / codecs / pcm3008.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
1c0090c2
HV
2/*
3 * PCM3008 ALSA SoC Layer
4 *
5 * Author: Hugo Villeneuve
6 * Copyright (C) 2008 Lyrtech inc
1c0090c2
HV
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
1c0090c2 19#endif