Enable recording via dsnoop

master
Miles Alan 4 years ago
parent 4c39cd16b0
commit f10eab033d
  1. 19
      configs/alsa_sxmo_enable_dmix.conf

@ -1,9 +1,26 @@
# Setup Dmix # Setup Dmix
pcm.!default { pcm.!default {
type plug type plug
slave.pcm "dmixer" slave.pcm "duplex"
} }
pcm.duplex {
type asym
playback.pcm "dmixer"
capture.pcm "dsnoop"
}
pcm.dsnooped {
type dsnoop
slave {
pcm "hw:0,0"
channels 1
}
}
pcm.dmixer { pcm.dmixer {
type dmix type dmix
ipc_key 1024 ipc_key 1024

Loading…
Cancel
Save