seeed-voicecard/asound_4mic.conf
2017-10-18 15:51:54 +08:00

27 lines
413 B
Text

# 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
slave.pcm "dmixed"
}
pcm.dmixed {
type dmix
slave.pcm "hw:0,0"
ipc_key 555555
}
pcm.ac108 {
type ac108
slavepcm "hw:1,0"
channels 4
}