]> asedeno.scripts.mit.edu Git - linux.git/blob - sound/soc/jz4740/jz4740-i2s.h
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / sound / soc / jz4740 / jz4740-i2s.h
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