Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/sound/rt5651.h
29271 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __DT_RT5651_H
3
#define __DT_RT5651_H
4
5
#define RT5651_JD_NULL 0
6
#define RT5651_JD1_1 1
7
#define RT5651_JD1_2 2
8
#define RT5651_JD2 3
9
10
#define RT5651_OVCD_SF_0P5 0
11
#define RT5651_OVCD_SF_0P75 1
12
#define RT5651_OVCD_SF_1P0 2
13
#define RT5651_OVCD_SF_1P5 3
14
15
#endif /* __DT_RT5651_H */
16
17