Update of /cvsroot/alsa/alsa-driver/pci/pdplus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24264/pci/pdplus

Modified Files:
        pdplus.c 
Log Message:
- clean up the DMA code.  added the wrapper for 2.2/2.4 kernels.
- don't include unneeded header files for 2.6 kernels.
- always export pci_alloc_consistent() wrapper for 2.2 kernels.
  it's used for ISA buffer allocation now.
- added the missing header files.


Index: pdplus.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/pdplus/pdplus.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pdplus.c    21 Jan 2004 18:33:32 -0000      1.17
+++ pdplus.c    6 Mar 2004 16:55:13 -0000       1.18
@@ -163,9 +163,11 @@
 
 #include <sound/driver.h>
 #include <asm/io.h>
+#include <linux/pci.h>
 #include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/slab.h>
+#include <linux/interrupt.h>
 #include <sound/core.h>
 #include <sound/control.h>
 #include <sound/pcm.h>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to