Ari Moisio wrote:
> # Usb-headset
> options snd-usb-audio index=2  vid=0x046d,0x0a02
> # M-audio fasttrack
> options snd-usb-audio index=3  vid=0x0763,0x2012

This does not work because the second 'options' line overrides the
first, and the product ID must be put into the 'pid' parameter.

Use this:

  options snd-usb-audio index=2,3 vid=0x046d,0x0763 pid=0x0a02,0x2012

(Since the vendor IDs are unique, you don't actually need 'pid' in this
case.)


HTH
Clemens

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to