Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 18 lines 350 B view raw
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 */