]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/soc/fsl/imx-audmux.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/topic...
[mirror_ubuntu-bionic-kernel.git] / sound / soc / fsl / imx-audmux.h
CommitLineData
3c77c29c
SG
1#ifndef __IMX_AUDMUX_H
2#define __IMX_AUDMUX_H
9eedbdf1 3
74b77b15 4#include <dt-bindings/sound/fsl-imx-audmux.h>
af4872fb
SG
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,
9eedbdf1
SH
9 unsigned int pdcr);
10
3c77c29c 11#endif /* __IMX_AUDMUX_H */