Created
November 22, 2019 19:13
-
-
Save dmalawey/6999aad8c86869e617d75dfd9824f6a9 to your computer and use it in GitHub Desktop.
alsamixer configuration file for home directory on beaglebone
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" | |
} | |
} | |
ctl.!default { | |
type hw | |
card 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment