PulseAudio is used as a driver on the Raspberry.
How can I set my external USB sound card as default here?
The following did not work:
Code: Select all
sudo nano /etc/asound.conf
pcm.!default {
type hw
card 1
device 0
}
Code: Select all
sudo nano /etc/modprobe.d/alsa-base.conf
#change the index from -2 to 0:
options snd-usb-audio index=0
bcm_2835 is disabled.