Created
January 20, 2011 05:28
-
-
Save lukfugl/787462 to your computer and use it in GitHub Desktop.
alsa config
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 "hw:0,0" | |
rate 48000 | |
} | |
} | |
ctl.!default { | |
type plug | |
slave { | |
pcm "hw:0,0" | |
rate 48000 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment