brintos

brintos / linux-shallow public Read only

0
0
Text · 206 B · 208d8da Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef __S3C_PCM_H4#define __S3C_PCM_H __FILE__5 6#define S3C_PCM_CLKSRC_PCLK	07#define S3C_PCM_CLKSRC_MUX	18 9#define S3C_PCM_SCLK_PER_FS	010 11#endif /* __S3C_PCM_H */12