Skip to content

Instantly share code, notes, and snippets.

@dmichael
Created July 9, 2010 15:13
Show Gist options
  • Select an option

  • Save dmichael/469586 to your computer and use it in GitHub Desktop.

Select an option

Save dmichael/469586 to your computer and use it in GitHub Desktop.
pcm.dmix51 {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0666
slave {
pcm "hw:1,0"
channels 6
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}
}
ctl.dmix51 {
type hw
card 0
}
pcm.stereo {
type plug
slave.pcm "dmix51"
ttable.0.0 1
ttable.1.1 1
}
pcm.!default {
type route
slave.pcm "dmix51"
slave.channels 6
ttable.0.0 1
ttable.1.1 1
ttable.2.2 1
ttable.3.3 1
ttable.4.4 1
ttable.5.5 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment