repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
sound
/
soc
/
samsung
/
pcm.h
blob
208d8da27de1c3ef85bbe604a4620c952dc7dfc2
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 */