Home | History | Annotate | Line # | Download | only in sound
      1  1.1  jmcneill /*	$NetBSD: rt5640.h,v 1.1.1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill #ifndef __DT_RT5640_H
      5  1.1  jmcneill #define __DT_RT5640_H
      6  1.1  jmcneill 
      7  1.1  jmcneill #define RT5640_DMIC1_DATA_PIN_NONE	0
      8  1.1  jmcneill #define RT5640_DMIC1_DATA_PIN_IN1P	1
      9  1.1  jmcneill #define RT5640_DMIC1_DATA_PIN_GPIO3	2
     10  1.1  jmcneill 
     11  1.1  jmcneill #define RT5640_DMIC2_DATA_PIN_NONE	0
     12  1.1  jmcneill #define RT5640_DMIC2_DATA_PIN_IN1N	1
     13  1.1  jmcneill #define RT5640_DMIC2_DATA_PIN_GPIO4	2
     14  1.1  jmcneill 
     15  1.1  jmcneill #define RT5640_JD_SRC_GPIO1		1
     16  1.1  jmcneill #define RT5640_JD_SRC_JD1_IN4P		2
     17  1.1  jmcneill #define RT5640_JD_SRC_JD2_IN4N		3
     18  1.1  jmcneill #define RT5640_JD_SRC_GPIO2		4
     19  1.1  jmcneill #define RT5640_JD_SRC_GPIO3		5
     20  1.1  jmcneill #define RT5640_JD_SRC_GPIO4		6
     21  1.1  jmcneill 
     22  1.1  jmcneill #define RT5640_OVCD_SF_0P5		0
     23  1.1  jmcneill #define RT5640_OVCD_SF_0P75		1
     24  1.1  jmcneill #define RT5640_OVCD_SF_1P0		2
     25  1.1  jmcneill #define RT5640_OVCD_SF_1P5		3
     26  1.1  jmcneill 
     27  1.1  jmcneill #endif /* __DT_RT5640_H */
     28