Skip to content

Instantly share code, notes, and snippets.

@arturfog
Created January 7, 2019 16:01
Show Gist options
  • Save arturfog/3b599c5ffda22154fe63e7464514e51a to your computer and use it in GitHub Desktop.
Save arturfog/3b599c5ffda22154fe63e7464514e51a to your computer and use it in GitHub Desktop.
alsa output hdmi
$ aplay -l
$ aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Left.wav
~/.asoundrc
pcm.!default {
type hw
card 1
device 3
}
-- or --
defaults.pcm.card 1
defaults.pcm.device 3
defaults.ctl.card 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment