Created
January 7, 2019 16:01
-
-
Save arturfog/3b599c5ffda22154fe63e7464514e51a to your computer and use it in GitHub Desktop.
alsa output hdmi
This file contains 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
$ 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