* hammerfall_mem.c - obsolete - to be removed
@ 2003-06-06 12:05 Jaroslav Kysela
2003-06-06 12:22 ` Takashi Iwai
2003-06-06 13:40 ` Mark Knecht
0 siblings, 2 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2003-06-06 12:05 UTC (permalink / raw)
To: ALSA development; +Cc: Paul Davis, Takashi Iwai
Hi,
I think that hammerfall_mem.c should be removed from the ALSA
tree, because we have unified preallocation / buffer cache system in
the snd-page-alloc module (alsa-kernel/core/memalloc.c) which
completely replaces the original single purpose code.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: hammerfall_mem.c - obsolete - to be removed
2003-06-06 12:05 hammerfall_mem.c - obsolete - to be removed Jaroslav Kysela
@ 2003-06-06 12:22 ` Takashi Iwai
2003-06-06 14:25 ` Paul Davis
[not found] ` <20030606142103.B6B1E145ED@Cantor.suse.de>
2003-06-06 13:40 ` Mark Knecht
1 sibling, 2 replies; 5+ messages in thread
From: Takashi Iwai @ 2003-06-06 12:22 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development, Paul Davis
At Fri, 6 Jun 2003 14:05:34 +0200 (CEST),
Jaroslav wrote:
>
> Hi,
>
> I think that hammerfall_mem.c should be removed from the ALSA
> tree, because we have unified preallocation / buffer cache system in
> the snd-page-alloc module (alsa-kernel/core/memalloc.c) which
> completely replaces the original single purpose code.
yep, the only thing to do is to test and debug it :)
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: hammerfall_mem.c - obsolete - to be removed
2003-06-06 12:05 hammerfall_mem.c - obsolete - to be removed Jaroslav Kysela
2003-06-06 12:22 ` Takashi Iwai
@ 2003-06-06 13:40 ` Mark Knecht
1 sibling, 0 replies; 5+ messages in thread
From: Mark Knecht @ 2003-06-06 13:40 UTC (permalink / raw)
To: Jaroslav Kysela, ALSA development
Jaroslav,
Is this true with Alsa 0.9.4? Should I remove the loading of this module?
Thanks,
Mark
> -----Original Message-----
> From: alsa-devel-admin@lists.sourceforge.net
> [mailto:alsa-devel-admin@lists.sourceforge.net]On Behalf Of Jaroslav
> Kysela
> Sent: Friday, June 06, 2003 5:06 AM
> To: ALSA development
> Cc: Paul Davis; Takashi Iwai
> Subject: [Alsa-devel] hammerfall_mem.c - obsolete - to be removed
>
>
> Hi,
>
> I think that hammerfall_mem.c should be removed from the ALSA
> tree, because we have unified preallocation / buffer cache system in
> the snd-page-alloc module (alsa-kernel/core/memalloc.c) which
> completely replaces the original single purpose code.
>
> Jaroslav
>
> -----
> Jaroslav Kysela <perex@suse.cz>
> Linux Kernel Sound Maintainer
> ALSA Project, SuSE Labs
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
>
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: hammerfall_mem.c - obsolete - to be removed
2003-06-06 12:22 ` Takashi Iwai
@ 2003-06-06 14:25 ` Paul Davis
[not found] ` <20030606142103.B6B1E145ED@Cantor.suse.de>
1 sibling, 0 replies; 5+ messages in thread
From: Paul Davis @ 2003-06-06 14:25 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Jaroslav Kysela, ALSA development
>> I think that hammerfall_mem.c should be removed from the ALSA
>> tree, because we have unified preallocation / buffer cache system in
>> the snd-page-alloc module (alsa-kernel/core/memalloc.c) which
>> completely replaces the original single purpose code.
>
>yep, the only thing to do is to test and debug it :)
and to verify that it has no dependencies on any other module ...
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: hammerfall_mem.c - obsolete - to be removed
[not found] ` <20030606142103.B6B1E145ED@Cantor.suse.de>
@ 2003-06-06 14:28 ` Takashi Iwai
0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2003-06-06 14:28 UTC (permalink / raw)
To: Paul Davis; +Cc: Jaroslav Kysela, ALSA development
At Fri, 06 Jun 2003 10:25:44 -0400,
Paul Davis wrote:
>
> >> I think that hammerfall_mem.c should be removed from the ALSA
> >> tree, because we have unified preallocation / buffer cache system in
> >> the snd-page-alloc module (alsa-kernel/core/memalloc.c) which
> >> completely replaces the original single purpose code.
> >
> >yep, the only thing to do is to test and debug it :)
>
> and to verify that it has no dependencies on any other module ...
that's ok. it has being used by other modules, too, and confirmed
that the module is independent.
anyway, if we use snd-page-alloc for hdsp and rme9652, these driver
are ought to be rewritten to use standard snd_prealloc_* functions.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-06-06 14:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-06 12:05 hammerfall_mem.c - obsolete - to be removed Jaroslav Kysela
2003-06-06 12:22 ` Takashi Iwai
2003-06-06 14:25 ` Paul Davis
[not found] ` <20030606142103.B6B1E145ED@Cantor.suse.de>
2003-06-06 14:28 ` Takashi Iwai
2003-06-06 13:40 ` Mark Knecht
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.