-
Notifications
You must be signed in to change notification settings - Fork 0
/
NanoPi-NEO-i2s.txt
48 lines (34 loc) · 1.7 KB
/
NanoPi-NEO-i2s.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
NanoPi-NEOでi2s
(1) kernelの取得先
https://github.com/friendlyarm/linux.git
Branch:sunxi-4.11.y
(2) kernelのビルド前にすること
① alsa(kernel)にパッチを当てる。
ALSA-Add-rate-defines-for-352k8-and-384k.patch(https://patchwork.kernel.org/patch/9158919/)
② kernelの以下のソースコードを修正
(sound/soc/sunxi/sun8i-i2s.c)
192000の部分(4カ所)を384000に修正
(sound/soc/codecs/pcm5102a.c)
192000の部分(1カ所)を384000に修正
③ make linux-menuconfig (by buildroot)
Device Drivers
----->Sound card support
----->Advanced Linux Sound Archtecture
------>ALSA for Soc audio support
--------->Allwinner Soc Audio support
[*]Allwinner sun8i I2S Support
(3) kernelのビルド後にすること
sun8i-h3-nanopi-neo.dtbを修正する。
$ dtc -I dtb sun8i-h3-nanopi-neo.dtb -O dts -o sun8i-h3-nanopi-neo.dts
i2s@01c220000とpcm5102a-codecのstatusを "disabled"から"okay"に修正
$ dtc -I dts sun8i-h3-nanopi-neo.dts -O dtb -o sun8i-h3-nanopi-neo.dtb
(4) 標準のボリューム位置では音が全く聴こえないことに対する対策
mpd.confに以下を加える。
audio_output {
format "*:32:2"