Linux 3.12.28
[linux/fpc-iii.git] / include / dt-bindings / clk / exynos-audss-clk.h
blob8279f427c60f650d6f89486fdd2e72b3f3696178
1 /*
2 * This header provides constants for Samsung audio subsystem
3 * clock controller.
5 * The constants defined in this header are being used in dts
6 * and exynos audss driver.
7 */
9 #ifndef _DT_BINDINGS_CLK_EXYNOS_AUDSS_H
10 #define _DT_BINDINGS_CLK_EXYNOS_AUDSS_H
12 #define EXYNOS_MOUT_AUDSS 0
13 #define EXYNOS_MOUT_I2S 1
14 #define EXYNOS_DOUT_SRP 2
15 #define EXYNOS_DOUT_AUD_BUS 3
16 #define EXYNOS_DOUT_I2S 4
17 #define EXYNOS_SRP_CLK 5
18 #define EXYNOS_I2S_BUS 6
19 #define EXYNOS_SCLK_I2S 7
20 #define EXYNOS_PCM_BUS 8
21 #define EXYNOS_SCLK_PCM 9
23 #define EXYNOS_AUDSS_MAX_CLKS 10
25 #endif