Posted on 2 Comments

RetroPie: Configure USB Audio As Primary Sound Device

Edit /etc/modprobe.d/alsa-base.conf and the add the following:

options snd_usb_audio index=0
options snd_bcm2835 index=1
options snd slots=snd-usb-audio,snd-bcm2835

Now reboot.

You can test it by using the command cat /proc/asound/modules

Output should be:

0 snd_usb_audio
1 snd_bcm2835

2 thoughts on “RetroPie: Configure USB Audio As Primary Sound Device

  1. […] Or if you just want the USB Audio to be your primary sound device. […]

  2. […] You can also use another method at RetroPie: Configure USB Audio As Primary Sound Device. […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.