repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
include
/
dt-bindings
/
sound
/
meson-aiu.h
blob
1051b8af298b8d6609a89495883b441b8c62d12e
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 */