Created
July 30, 2019 11:35
-
-
Save ugifractal/412068c60df04a5310ba922c0cb8233f to your computer and use it in GitHub Desktop.
set raspberry pi 3 to use usb soundcard as default
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
$ sudo nano /usr/share/alsa/alsa.conf | |
then update from: | |
defaults.ctl.card 0 | |
defaults.pcm.card 0 | |
become: | |
defaults.ctl.card 1 | |
defaults.pcm.card 1 | |
ctrl+o | |
ctrl+x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment