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
[…] Or if you just want the USB Audio to be your primary sound device. […]
[…] You can also use another method at RetroPie: Configure USB Audio As Primary Sound Device. […]