Created
October 31, 2016 21:04
-
-
Save Ruin0x11/270c88f7b22aa31d16d73f73c0a776bb to your computer and use it in GitHub Desktop.
asound.conf
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 hw | |
card 0 | |
} | |
ctl.!default { | |
type hw | |
card 0 | |
} |
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
# 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