Created
July 25, 2012 04:33
-
-
Save jgrevich/3174408 to your computer and use it in GitHub Desktop.
/etc/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 plug | |
slave { | |
# pcm "hw:1,0" #delete the first hash for sound over analog | |
# pcm "hw:1,1" #delete the first hash for sound over optical | |
pcm "hw:0,3" #delete the first hash for sound over hdmi | |
rate 48000 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment