Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21746/acore

Modified Files:
        memalloc.inc 
Log Message:
- fixed the lock up with SG-buffer handler.
- removed non-existing export symbol.
- clean up ifdefs.


Index: memalloc.inc
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/memalloc.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- memalloc.inc        2 Mar 2004 15:32:35 -0000       1.3
+++ memalloc.inc        2 Mar 2004 18:09:25 -0000       1.4
@@ -27,6 +27,8 @@
 }
 #endif
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
+
 static LIST_HEAD(snd_pci_devices);
 
 struct snd_pci_device {
@@ -73,3 +75,7 @@
                return dev->d.pci->slot_name;
        return "???";
 }
+
+#else
+#define snd_kdevice_free_all()
+#endif



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to