1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef __IMX_AUDMUX_H 1 #ifndef __IMX_AUDMUX_H 3 #define __IMX_AUDMUX_H 2 #define __IMX_AUDMUX_H 4 3 5 #include <dt-bindings/sound/fsl-imx-audmux.h> 4 #include <dt-bindings/sound/fsl-imx-audmux.h> 6 5 7 int imx_audmux_v1_configure_port(unsigned int 6 int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr); 8 7 9 int imx_audmux_v2_configure_port(unsigned int 8 int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr, 10 unsigned int pdcr); 9 unsigned int pdcr); 11 10 12 #endif /* __IMX_AUDMUX_H */ 11 #endif /* __IMX_AUDMUX_H */ 13 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.