Skip to content

Instantly share code, notes, and snippets.

@lgraubner
Last active September 17, 2016 08:01
Show Gist options
  • Save lgraubner/00c02d33e8e121c76150 to your computer and use it in GitHub Desktop.
Save lgraubner/00c02d33e8e121c76150 to your computer and use it in GitHub Desktop.
Enable Raspberry Pi USB soundcard in /etc/modprobe.d/alsa-base.conf
# This sets the index value of the cards but doesn't reorder.
options snd_usb_audio index=0
options snd_bcm2835 index=1
# Does the reordering.
options snd slots=snd_usb_audio,snd_bcm2835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment