seeed-voicecard/asound_4mic.conf

31 lines
469 B
Text
Raw Normal View History

# The IPC key of dmix or dsnoop plugin must be unique
# If 555555 or 666666 is used by other processes, use another one
pcm.!default {
type asym
playback.pcm "playback"
capture.pcm "ac108"
}
pcm.playback {
type plug
2018-02-01 08:57:45 +01:00
slave.pcm "hw:0,0"
}
pcm.dmixed {
type dmix
slave.pcm "hw:0,0"
ipc_key 555555
}
pcm.ac108 {
2018-02-27 10:12:42 +01:00
type plug
slave.pcm "multiapps"
}
pcm.multiapps {
type dsnoop
ac108-slavepcm "hw:1,0"
2018-02-27 10:12:42 +01:00
ipc_key 666666
}