]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - sound/soc/fsl/imx-audmux.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / sound / soc / fsl / imx-audmux.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __IMX_AUDMUX_H
3 #define __IMX_AUDMUX_H
4
5 #include <dt-bindings/sound/fsl-imx-audmux.h>
6
7 int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr);
8
9 int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr,
10 unsigned int pdcr);
11
12 #endif /* __IMX_AUDMUX_H */