Skip to content

Instantly share code, notes, and snippets.

@jferris
Created March 8, 2016 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jferris/71fac3b865b84f83551a to your computer and use it in GitHub Desktop.
Save jferris/71fac3b865b84f83551a to your computer and use it in GitHub Desktop.
Lennart!!!!
pcm.dmixed {
type asym
playback.pcm {
type dmix
ipc_key_add_uid true
ipc_key 5678293
ipc_perm 0660
ipc_gid audio
slave {
pcm {
nonblock true
type hw
card 1
}
}
}
capture.pcm {
type dsnoop
ipc_key 1027
slave {
pcm {
type hw
card 1
}
}
}
}
pcm.!default {
type plug
slave.pcm "dmixed"
}
ctl.!default {
type hw
card 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment