Created
August 5, 2018 18:35
-
-
Save rhizoome/c2b2158f92cb9cf4474153bf62a80be6 to your computer and use it in GitHub Desktop.
Minimal asound conf for enabling dmixer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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