MycroftOS: Let's make snd_bcm2835 play nice with USB cards

- Make the USB card default before bcm2835 if present.
This commit is contained in:
Peter Steenbergen 2020-01-06 16:36:49 +01:00
parent b2998369c2
commit 29ae2c3557
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
options snd_usb_audio index=0
options snd_bcm2835 index=1
options snd slots=snd_usb_audio,snd_bcm2835