xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/sound/rt5651.h (revision a2acc37588a86b7bc7e3ea5039a71b9c3a9dcc30)
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