summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-audmux.h
blob: 38a4209af7c6f6e43e5ebe4cd74aae9895e09896 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __IMX_AUDMUX_H
#define __IMX_AUDMUX_H

#include <dt-bindings/sound/fsl-imx-audmux.h>

int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr);

int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr,
		unsigned int pdcr);

#endif /* __IMX_AUDMUX_H */
0 09:29:50 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-30 09:29:50 -0800 commitf3de082c12e5e9ff43c58a7561f6ec3272d03a48 (patch) tree8aa8afa56af93cb9f72997a57ee4db6330431f14 /sound/isa parent98473f9f3f9bd404873cd1178c8be7d6d619f0d1 (diff)parent02608e02fbec04fccf2eb0cc8d8082f65c0a4286 (diff)
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu: "This fixes a boot failure on some platforms when crypto self test is enabled along with the new acomp interface" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: testmgr - Use heap buffer for acomp test input
Diffstat (limited to 'sound/isa')