xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/sound/qcom,q6asm.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*c66ec88fSEmmanuel Vadot #ifndef __DT_BINDINGS_Q6_ASM_H__
3*c66ec88fSEmmanuel Vadot #define __DT_BINDINGS_Q6_ASM_H__
4*c66ec88fSEmmanuel Vadot 
5*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA1	0
6*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA2	1
7*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA3	2
8*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA4	3
9*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA5	4
10*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA6	5
11*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA7	6
12*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA8	7
13*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA9	8
14*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA10	9
15*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA11	10
16*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA12	11
17*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA13	12
18*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA14	13
19*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA15	14
20*c66ec88fSEmmanuel Vadot #define	MSM_FRONTEND_DAI_MULTIMEDIA16	15
21*c66ec88fSEmmanuel Vadot 
22*c66ec88fSEmmanuel Vadot #define Q6ASM_DAI_TX_RX	0
23*c66ec88fSEmmanuel Vadot #define Q6ASM_DAI_TX	1
24*c66ec88fSEmmanuel Vadot #define Q6ASM_DAI_RX	2
25*c66ec88fSEmmanuel Vadot 
26*c66ec88fSEmmanuel Vadot #endif /* __DT_BINDINGS_Q6_ASM_H__ */
27