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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
sound
/
soc
/
codecs
/
adau1701.h
blob
19b41e453a36661903bf9e11d13a3a5e629ecd33
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* header file for ADAU1701 SigmaDSP processor
4
*
5
* Copyright 2011 Analog Devices Inc.
6
*/
7
8
#ifndef _ADAU1701_H
9
#define _ADAU1701_H
10
11
enum
adau1701_clk_src
{
12
ADAU1701_CLK_SRC_OSC
,
13
ADAU1701_CLK_SRC_MCLK
,
14
};
15
16
#endif