Skip to content

Instantly share code, notes, and snippets.

@rhizoome
Created August 5, 2018 18:35
Show Gist options
  • Save rhizoome/c2b2158f92cb9cf4474153bf62a80be6 to your computer and use it in GitHub Desktop.
Save rhizoome/c2b2158f92cb9cf4474153bf62a80be6 to your computer and use it in GitHub Desktop.
Minimal asound conf for enabling dmixer
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:CARD=PCH,DEV=0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card PCH
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment