xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/sound/meson-g12a-toacodec.h (revision ae082add65442546470c0ba499a860ee89eed305)
1 /*	$NetBSD: meson-g12a-toacodec.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_MESON_G12A_TOACODEC_H
5 #define __DT_MESON_G12A_TOACODEC_H
6 
7 #define TOACODEC_IN_A	0
8 #define TOACODEC_IN_B	1
9 #define TOACODEC_IN_C	2
10 #define TOACODEC_OUT	3
11 
12 #endif /* __DT_MESON_G12A_TOACODEC_H */
13