Hello,

Takashi Iwai <[EMAIL PROTECTED]> wrote on Tue, 25 Nov 2003:
> right now the ALSA 1.0.0pre3 packages are released.
[...]
> The 2.2 kernel is still not tested well.  If you can test it, please
> let us know.

alsa-driver-1.0.0pre3/acore/pci_compat_22.c:line 371, refers to

        char *pci_name(struct pci_dev *)

which does not appear in the linux-2.2.x kernels.

In linux-2.4.x/include/linux/pci.h, struct pci_dev includes a
slot_name entry that doesn't appear in the linux-2.2.25 version.

Without fully appreciating the code, the alsa-driver successfully
builds by changing acore/pci_compat_22.c: line 371, like this

-               pci_name(pdev));
+               res_name);

Unfortunately, the snd-interwave modules fails to load afterwards.
The temporary fix above is surely not the cause of this, but I'll
say more in a separate message.

Ted.
-- 
Ted <[EMAIL PROTECTED]>
   http://www.nowtsfree.freeserve.co.uk


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to