Skip to content

Instantly share code, notes, and snippets.

@UedaTakeyuki
Last active January 27, 2016 02:07
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 UedaTakeyuki/926f6e89ec48fcde0b6f to your computer and use it in GitHub Desktop.
Save UedaTakeyuki/926f6e89ec48fcde0b6f to your computer and use it in GitHub Desktop.
/etc/modprove.d/alsa-base.conf for reorder alsa device on raspbian jessie.
# reference: http://raspberrypi.stackexchange.com/questions/40831/how-do-i-configure-my-sound-for-jasper-on-raspbian-jessie
# 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