repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: dts: omap5: Add bus_dma_limit for L3 bus
[linux/fpc-iii.git]
/
sound
/
soc
/
codecs
/
pcm3008.h
blob
f7f4fbbd89db2bd4fb8d29059bf404d34d939dad
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
12
struct
pcm3008_setup_data
{
13
unsigned
dem0_pin
;
14
unsigned
dem1_pin
;
15
unsigned
pdad_pin
;
16
unsigned
pdda_pin
;
17
};
18
19
#endif