Skip to content

Instantly share code, notes, and snippets.

@Ruin0x11
Created October 31, 2016 21:04
Show Gist options
  • Save Ruin0x11/270c88f7b22aa31d16d73f73c0a776bb to your computer and use it in GitHub Desktop.
Save Ruin0x11/270c88f7b22aa31d16d73f73c0a776bb to your computer and use it in GitHub Desktop.
asound.conf
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
fallback "sysdefault"
}
# vim:set ft=alsaconf:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment