> I'm trying to reorder my soundcards on a RPi so that the I2S based cards
> always is index zero. I looked at the docs
> (https://alsa.opensrc.org/MultipleCards), which just says, "easy peasy, just
> use options snd slots=this, that". Problem is that nowhere is it documented
> WHAT "this, that" is! Is it card name ? Is it module name ? If latter, how do 
> I
> get driver name ?
> 
> Help would be appreciated.

Ok, they're module names from /proc/asound/modules. TL;DR problem I guess.

cat /proc/asound/modules gives:
0 usb_f_uac2
1 (null)

(null) is not very helpful, anyway:

options snd slots=,usb_f_uac2

seems to do the trick.

/R

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to