Sage wrote:
> options snd-ice1712 index="0"
> options snd-usb-audio index="1"
> options snd-usb-midi index="2"
>
> Unfortunately, the snd-usb-midi driver no longer exists. The usb midi
> device uses the snd-usb-audio driver as of the latest ALSA release. This
> is something of a problem for me because I now have TWO usb-audio
> devices, and I cannot set the index option for one of them.

If one driver handles multiple cards, you can specify the option values
for each card:

        options snd-ice1712 index=0
        options snd-usb-audio index=1,2

But now the assignment of the card index to the USB devices isn't clear
(the first device found will get the first index), so there is another
option to specify the product ID of each device:

        options snd-usb-audio index=1,2 pid=0x1234,0xabcd

You can find the product IDs with lsusb (search for "idProduct").


HTH
Clemens



-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to