~hui.wang/alsa-driver/dkms-packaging.audiosdw-ppa

« back to all changes in this revision

Viewing changes to buildroot/src/oem-audiosdw-lp1836324-0.6ubuntu1.2/soc/fsl/imx-audmux.h

  • Committer: Hui Wang
  • Date: 2019-12-13 02:41:40 UTC
  • Revision ID: hui.wang@canonical.com-20191213024140-1cprdcbl3122fn85
insert pc-oem-dkms

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* SPDX-License-Identifier: GPL-2.0 */
2
 
#ifndef __IMX_AUDMUX_H
3
 
#define __IMX_AUDMUX_H
4
 
 
5
 
#include <dt-bindings/sound/fsl-imx-audmux.h>
6
 
 
7
 
int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr);
8
 
 
9
 
int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr,
10
 
                unsigned int pdcr);
11
 
 
12
 
#endif /* __IMX_AUDMUX_H */