Release 4.17 sound/soc/fsl/imx-audmux.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sascha Hauer | 32 | 78.05% | 1 | 20.00% |
Shawn Guo | 5 | 12.20% | 2 | 40.00% |
Markus Pargmann | 3 | 7.32% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 2.44% | 1 | 20.00% |
Total | 41 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.