Skip to content

Instantly share code, notes, and snippets.

@ericbolo
Last active October 11, 2016 09:42
Show Gist options
  • Save ericbolo/7b4b5ee6777ac5b10ea4b325501ea528 to your computer and use it in GitHub Desktop.
Save ericbolo/7b4b5ee6777ac5b10ea4b325501ea528 to your computer and use it in GitHub Desktop.
Setting up a USB sound card as default device on a Raspberry PI 3 (Raspbian Jessie)

If you don't need analog audio then prevent the module from loading and set the USB headset as the default device.

Disable analog audio. Open /boot/config.txt and comment out dtparam=audio=on.

Set the USB audio device to the default device. Open /lib/modprobe.d/aliases.conf and comment out the line options snd-usb-audio index=-2

Reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment