Update asound_6mic.conf

This commit is contained in:
Yihui Xiong 2018-08-01 18:54:25 +08:00 committed by GitHub
parent bca16c68c4
commit 67b4504964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ defaults.pcm.rate_converter "samplerate"
pcm.!default { pcm.!default {
type asym type asym
playback.pcm "ac101" playback.pcm "dmixer"
capture.pcm "ac108" capture.pcm "ac108"
} }
@ -30,16 +30,32 @@ pcm.ac108 {
# ipc_key 666666 # ipc_key 666666
# } # }
pcm.ac101 { pcm.dmixer {
type plug type plug
slave { slave {
pcm { pcm {
type route type dmix
ipc_key 555555
slave { slave {
pcm "hw:seeed8micvoicec" pcm "hw:seeed8micvoicec"
format S32_LE format S32_LE
channels 8 channels 8
} }
bindings {
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
}
}
channels 8
format S32_LE
rate 48000
}
ttable.0.0 1 ttable.0.0 1
ttable.1.1 1 ttable.1.1 1
ttable.0.2 1 ttable.0.2 1
@ -48,10 +64,24 @@ pcm.ac101 {
ttable.1.5 1 ttable.1.5 1
ttable.0.6 1 ttable.0.6 1
ttable.1.7 1 ttable.1.7 1
} }
channels 2
pcm.ac101 {
type plug
slave {
pcm "hw:seeed8micvoicec"
channels 8
format S32_LE
rate 48000 rate 48000
} }
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
ttable.0.4 1
ttable.1.5 1
ttable.0.6 1
ttable.1.7 1
} }