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
WIP FPC-III support
[linux/fpc-iii.git]
/
sound
/
soc
/
jz4740
/
jz4740-i2s.h
blob
44f12016064d78a5458b60409511e650ac334248
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _JZ4740_I2S_H
4
#define _JZ4740_I2S_H
5
6
/* I2S clock source */
7
#define JZ4740_I2S_CLKSRC_EXT 0
8
#define JZ4740_I2S_CLKSRC_PLL 1
9
10
#define JZ4740_I2S_BIT_CLK 0
11
12
#endif