Skip to content

Instantly share code, notes, and snippets.

@Gonzih
Created July 9, 2013 10:15
Show Gist options
  • Save Gonzih/5956259 to your computer and use it in GitHub Desktop.
Save Gonzih/5956259 to your computer and use it in GitHub Desktop.
How to force alsa to use pulseaudio (useful for flash for example).
#~/.asoundrc
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment