Skip to content

Instantly share code, notes, and snippets.

@lukfugl
Created January 20, 2011 05:28
Show Gist options
  • Save lukfugl/787462 to your computer and use it in GitHub Desktop.
Save lukfugl/787462 to your computer and use it in GitHub Desktop.
alsa config
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