Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linus
[deliverable/linux.git] / sound / soc / fsl / imx-audmux.h
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 */
This page took 0.032367 seconds and 6 git commands to generate.