Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __IMX_AUDMUX_H
0003 #define __IMX_AUDMUX_H
0004 
0005 #include <dt-bindings/sound/fsl-imx-audmux.h>
0006 
0007 int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr);
0008 
0009 int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr,
0010         unsigned int pdcr);
0011 
0012 #endif /* __IMX_AUDMUX_H */