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