Home | History | Annotate | Line # | Download | only in sound
      1  1.1  jmcneill /*	$NetBSD: meson-aiu.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_AIU_H
      5  1.1  jmcneill #define __DT_MESON_AIU_H
      6  1.1  jmcneill 
      7  1.1  jmcneill #define AIU_CPU			0
      8  1.1  jmcneill #define AIU_HDMI		1
      9  1.1  jmcneill #define AIU_ACODEC		2
     10  1.1  jmcneill 
     11  1.1  jmcneill #define CPU_I2S_FIFO		0
     12  1.1  jmcneill #define CPU_SPDIF_FIFO		1
     13  1.1  jmcneill #define CPU_I2S_ENCODER		2
     14  1.1  jmcneill #define CPU_SPDIF_ENCODER	3
     15  1.1  jmcneill 
     16  1.1  jmcneill #define CTRL_I2S		0
     17  1.1  jmcneill #define CTRL_PCM		1
     18  1.1  jmcneill #define CTRL_OUT		2
     19  1.1  jmcneill 
     20  1.1  jmcneill #endif /* __DT_MESON_AIU_H */
     21