Skip to content

Instantly share code, notes, and snippets.

@jgrevich
Created July 25, 2012 04:33
Show Gist options
  • Save jgrevich/3174408 to your computer and use it in GitHub Desktop.
Save jgrevich/3174408 to your computer and use it in GitHub Desktop.
/etc/asound.conf
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