* Re: [Alsa-user] Alsa won't load (Delta 410 and latest cvs snapshot)
[not found] <3E2C0C7E.8040600@cvmt.dk>
@ 2003-01-21 7:43 ` Clemens Ladisch
2003-01-21 9:13 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2003-01-21 7:43 UTC (permalink / raw)
To: Søren Bovbjerg; +Cc: alsa-devel, alsa-user, Takashi Iwai
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Alsa-user] Alsa won't load (Delta 410 and latest cvs snapshot)
2003-01-21 7:43 ` [Alsa-user] Alsa won't load (Delta 410 and latest cvs snapshot) Clemens Ladisch
@ 2003-01-21 9:13 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2003-01-21 9:13 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: Søren Bovbjerg, alsa-devel, alsa-user
At Tue, 21 Jan 2003 08:43:04 +0100 (MET),
Clemens Ladisch wrote:
>
> 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.
ok, thanks for pointing out. i'll fix it asap.
Takashi
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-21 9:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3E2C0C7E.8040600@cvmt.dk>
2003-01-21 7:43 ` [Alsa-user] Alsa won't load (Delta 410 and latest cvs snapshot) Clemens Ladisch
2003-01-21 9:13 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.