>This is a message from Dave Hinds concerning autoconfiguring the
>PCMCIA.  I looked for pci_register_driver and grep only found it in
>the binaries of snd-hdsp. Has the driver been written with the
>"modern" kernel API, Dave is referring to?

yes, all of ALSA does this. we use pci_module_init() and
pci_unregister_driver(), amongst others. this is common to all ALSA
PCI-based drivers. pci_module_init() calls pci_register_driver() (see 
linux/include/linux/pci.h)

--p


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to