Home | History | Annotate | Line # | Download | only in sound
      1  1.1  jmcneill /*	$NetBSD: meson-g12a-toacodec.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill #ifndef __DT_MESON_G12A_TOACODEC_H
      5  1.1  jmcneill #define __DT_MESON_G12A_TOACODEC_H
      6  1.1  jmcneill 
      7  1.1  jmcneill #define TOACODEC_IN_A	0
      8  1.1  jmcneill #define TOACODEC_IN_B	1
      9  1.1  jmcneill #define TOACODEC_IN_C	2
     10  1.1  jmcneill #define TOACODEC_OUT	3
     11  1.1  jmcneill 
     12  1.1  jmcneill #endif /* __DT_MESON_G12A_TOACODEC_H */
     13