xref: /openbmc/linux/sound/soc/samsung/pcm.h (revision 496cc140279b4517a23f4534e468ec9c66283f4b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __S3C_PCM_H
4 #define __S3C_PCM_H __FILE__
5 
6 #define S3C_PCM_CLKSRC_PCLK	0
7 #define S3C_PCM_CLKSRC_MUX	1
8 
9 #define S3C_PCM_SCLK_PER_FS	0
10 
11 #endif /* __S3C_PCM_H */
12