On Mon, 31 Jul 2006, Jared Holzman wrote: > Is there a > way for either reclaim the audio interfaces from the snd_usb_audio > driver or to have the GO7007SB driver load and claim those interfaces first?
A simpler option would be to prevent snd_usb_audio from loading at all. One way to do that is by editing /etc/modprobe.conf; there may be other ways to blacklist individual drivers that I'm not aware of. If you don't want to do that, you could try having your driver call usb_driver_release_interface() for the interfaces you want to reclaim. Alan Stern ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
