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
md/raid: only permit hot-add of compatible integrity profiles
[linux/fpc-iii.git]
/
sound
/
soc
/
fsl
/
imx-audmux.h
blob
38a4209af7c6f6e43e5ebe4cd74aae9895e09896
1
#ifndef __IMX_AUDMUX_H
2
#define __IMX_AUDMUX_H
3
4
#include <dt-bindings/sound/fsl-imx-audmux.h>
5
6
int
imx_audmux_v1_configure_port
(
unsigned int
port
,
unsigned int
pcr
);
7
8
int
imx_audmux_v2_configure_port
(
unsigned int
port
,
unsigned int
ptcr
,
9
unsigned int
pdcr
);
10
11
#endif
/* __IMX_AUDMUX_H */