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
Linux 5.6.13
[linux/fpc-iii.git]
/
include
/
dt-bindings
/
sound
/
rt5651.h
blob
2f2dac915168c133d6ec9499fde440fa0f89e249
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __DT_RT5651_H
3
#define __DT_RT5651_H
4
5
#define RT5651_JD_NULL 0
6
#define RT5651_JD1_1 1
7
#define RT5651_JD1_2 2
8
#define RT5651_JD2 3
9
10
#define RT5651_OVCD_SF_0P5 0
11
#define RT5651_OVCD_SF_0P75 1
12
#define RT5651_OVCD_SF_1P0 2
13
#define RT5651_OVCD_SF_1P5 3
14
15
#endif
/* __DT_RT5651_H */