GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / soc / jz4740 / jz4740-i2s.h
blobda22ed88a5899ae334670e58ae88767f25287bda
1 /*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation.
5 */
7 #ifndef _JZ4740_I2S_H
8 #define _JZ4740_I2S_H
10 /* I2S clock source */
11 #define JZ4740_I2S_CLKSRC_EXT 0
12 #define JZ4740_I2S_CLKSRC_PLL 1
14 #define JZ4740_I2S_BIT_CLK 0
16 extern struct snd_soc_dai jz4740_i2s_dai;
18 #endif