Florent Le Gall wrote:
> > You have to load the snd-usb-audio driver for both devices.
>
> Well, Right now i just use one and it works for the two devices..
>
> alias snd-card-0 snd-usb-audio

The snd-card-X aliases aren't actually needed for the driver to work,
they're used for autoloading only. That is, when an application tries
to access soundcard 0 and there isn't a driver loaded for soundcard 0,
the kernel tries to load the snd-usb-audio module before opening the
device.

Without the snd-card-1 alias, autoloading for card 1 won't work. This
probably doesn't matter in your case because with the sound driver
initialization in the init scripts, and with the hotplugging
mechanism, the driver will have been loaded anyway.

> > The syntax
> > to specify options for more than one device isn't documented anywhere
> > AFAIK.
>
> Thanks for that, where could I submit the information ?
> If i just leave a note on the Keystation page or the Quattro page in the
> alsa-doc website (both actually point to the same page), it wouldn't be
> read by owners of other sound devices. so where could I leave it ? Alsa
> wiki ?

The snd-usb-audio driver is the only one which allows to specify the
order of multiple devices (with pid), so it wouldn't hurt to put it on
the snd-usb-audio page.


Regards,
Clemens




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to