repo.or.cz
/
linux-2.6
/
libata-dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpio/samsung: use ioremap() for EXYNOS4 GPIOlib
[linux-2.6/libata-dev.git]
/
sound
/
soc
/
codecs
/
adau1701.h
blob
8d0949a2aec9908720098e78f6d52e480a01518a
1
/*
2
* header file for ADAU1701 SigmaDSP processor
3
*
4
* Copyright 2011 Analog Devices Inc.
5
*
6
* Licensed under the GPL-2 or later.
7
*/
8
9
#ifndef _ADAU1701_H
10
#define _ADAU1701_H
11
12
enum
adau1701_clk_src
{
13
ADAU1701_CLK_SRC_OSC
,
14
ADAU1701_CLK_SRC_MCLK
,
15
};
16
17
#endif