Søren Bovbjerg wrote:
> /lib/modules/2.4.18-6mdk/kernel/sound/acore/snd-pcm.o:
> unresolved symbol vmalloc_to_page

This is a bug in ALSA.

Revision 1.4 of alsa-driver/acore/pcm_sgbuf.c added the following code:

        ...
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0)
        page = vmalloc_to_page(vmaddr + (i << PAGE_SHIFT));
        ...

but vmalloc_to_page() doesn't exist before 2.4.19.

AFAICS alsa-driver/drivers/vx/vx_pcm.c doesn't define it for 2.4.18,
either.


Clemens



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to