Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/sound/meson-aiu.h
29271 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __DT_MESON_AIU_H
3
#define __DT_MESON_AIU_H
4
5
#define AIU_CPU 0
6
#define AIU_HDMI 1
7
#define AIU_ACODEC 2
8
9
#define CPU_I2S_FIFO 0
10
#define CPU_SPDIF_FIFO 1
11
#define CPU_I2S_ENCODER 2
12
#define CPU_SPDIF_ENCODER 3
13
14
#define CTRL_I2S 0
15
#define CTRL_PCM 1
16
#define CTRL_OUT 2
17
18
#endif /* __DT_MESON_AIU_H */
19
20