Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.0 11 lines 288 B view raw
1#ifndef __IMX_AUDMUX_H 2#define __IMX_AUDMUX_H 3 4#include <dt-bindings/sound/fsl-imx-audmux.h> 5 6int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr); 7 8int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr, 9 unsigned int pdcr); 10 11#endif /* __IMX_AUDMUX_H */