Home | History | Annotate | Line # | Download | only in sound
      1  1.1  jmcneill /*	$NetBSD: rt5651.h,v 1.1.1.1 2018/04/28 18:25:54 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill #ifndef __DT_RT5651_H
      5  1.1  jmcneill #define __DT_RT5651_H
      6  1.1  jmcneill 
      7  1.1  jmcneill #define RT5651_JD_NULL			0
      8  1.1  jmcneill #define RT5651_JD1_1			1
      9  1.1  jmcneill #define RT5651_JD1_2			2
     10  1.1  jmcneill #define RT5651_JD2			3
     11  1.1  jmcneill 
     12  1.1  jmcneill #define RT5651_OVCD_SF_0P5		0
     13  1.1  jmcneill #define RT5651_OVCD_SF_0P75		1
     14  1.1  jmcneill #define RT5651_OVCD_SF_1P0		2
     15  1.1  jmcneill #define RT5651_OVCD_SF_1P5		3
     16  1.1  jmcneill 
     17  1.1  jmcneill #endif /* __DT_RT5651_H */
     18