Update of /cvsroot/alsa/alsa-kernel/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv30086/scripts

Modified Files:
        Modules.dep 
Log Message:
more unified DMA allocation
- memory allocator is put into a separte independent module, snd-alloc-pages.
  it can be kept after other snd* modules unloaded, so that the big
  continuous pages can be held after reload.
- use size_t for the size type.



Index: Modules.dep
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/scripts/Modules.dep,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Modules.dep 25 Feb 2003 15:05:47 -0000      1.21
+++ Modules.dep 28 Feb 2003 14:29:29 -0000      1.22
@@ -29,11 +29,12 @@
 
 %dir linux/sound/core
 snd
+snd-page-alloc
 snd-rawmidi snd
 snd-timer snd
 snd-rtctimer snd-timer
 snd-hwdep snd
-snd-pcm snd-timer
+snd-pcm snd-timer snd-page-alloc
 
 %dir linux/sound/core/seq
 snd-seq-device snd



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to