Skip to content

Instantly share code, notes, and snippets.

@ugifractal
Created July 30, 2019 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugifractal/412068c60df04a5310ba922c0cb8233f to your computer and use it in GitHub Desktop.
Save ugifractal/412068c60df04a5310ba922c0cb8233f to your computer and use it in GitHub Desktop.
set raspberry pi 3 to use usb soundcard as default
$ 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