projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git]
/
sound
/
soc
/
samsung
/
pcm.h
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 */