Home | History | Annotate | Line # | Download | only in sound
      1 /*	$NetBSD: meson-g12a-tohdmitx.h,v 1.1.1.1 2020/01/03 14:33:03 skrll Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 #ifndef __DT_MESON_G12A_TOHDMITX_H
      5 #define __DT_MESON_G12A_TOHDMITX_H
      6 
      7 #define TOHDMITX_I2S_IN_A	0
      8 #define TOHDMITX_I2S_IN_B	1
      9 #define TOHDMITX_I2S_IN_C	2
     10 #define TOHDMITX_I2S_OUT	3
     11 #define TOHDMITX_SPDIF_IN_A	4
     12 #define TOHDMITX_SPDIF_IN_B	5
     13 #define TOHDMITX_SPDIF_OUT	6
     14 
     15 #endif /* __DT_MESON_G12A_TOHDMITX_H */
     16