mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
9 lines
191 B
C
9 lines
191 B
C
![]() |
#ifndef _DT_BINDINGS_SAMSUNG_I2S_H
|
||
|
#define _DT_BINDINGS_SAMSUNG_I2S_H
|
||
|
|
||
|
#define CLK_I2S_CDCLK 0
|
||
|
#define CLK_I2S_RCLK_SRC 1
|
||
|
#define CLK_I2S_RCLK_PSR 2
|
||
|
|
||
|
#endif /* _DT_BINDINGS_SAMSUNG_I2S_H */
|