xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/sound/qcom,lpass.h (revision 58c3e048f5c2f43ee7e820013e37079f2e0b6ae5)
1 /*	$NetBSD: qcom,lpass.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 #ifndef __DT_QCOM_LPASS_H
5 #define __DT_QCOM_LPASS_H
6 
7 #define MI2S_PRIMARY	0
8 #define MI2S_SECONDARY	1
9 #define MI2S_TERTIARY	2
10 #define MI2S_QUATERNARY	3
11 #define MI2S_QUINARY	4
12 
13 #define LPASS_DP_RX	5
14 
15 #define LPASS_MCLK0	0
16 
17 #endif /* __DT_QCOM_LPASS_H */
18