Update of /cvsroot/alsa/alsa-driver/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv31491/utils

Modified Files:
        alsasound alsasound.posix 
Log Message:
more unified DMA allocation:
- split memory allocator to snd-page-alloc.
- move pci-compat layer for 2.2 kernels to snd-page-alloc.
- use size_t for the size type.
- keep snd-page-alloc module loaded at stop operation of alsasound
  init script.



Index: alsasound
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/utils/alsasound,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- alsasound   4 Dec 2002 13:30:50 -0000       1.28
+++ alsasound   28 Feb 2003 14:32:14 -0000      1.29
@@ -154,7 +154,7 @@
   #
   # remove all sound modules
   #
-  /sbin/lsmod | grep -E "^snd" | grep -v "snd-hammerfall-mem" | while read line; do \
+  /sbin/lsmod | grep -E "^snd" | grep -Ev "^(snd-page-alloc|snd-hammerfall-mem)" | 
while read line; do \
      /sbin/rmmod `echo $line | cut -d ' ' -f 1`; \
   done
   # remove the 2.2 soundcore module (if possible)

Index: alsasound.posix
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/utils/alsasound.posix,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- alsasound.posix     13 May 2002 08:08:22 -0000      1.10
+++ alsasound.posix     28 Feb 2003 14:32:15 -0000      1.11
@@ -91,7 +91,7 @@
          #
          # remove all sound modules
          #
-         /sbin/lsmod | grep -E "^snd" | grep -v "snd-hammerfall-mem" | while read 
line; do \
+         /sbin/lsmod | grep -E "^snd" | grep -Ev 
"^(snd-page-alloc|snd-hammerfall-mem)" | while read line; do \
                /sbin/rmmod `echo $line | cut -d ' ' -f 1`; \
                done
          # remove the 2.2 soundcore module (if possible)



-------------------------------------------------------
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