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

Modified Files:
        Makefile au8810.c au8820.c au8830.c 
Removed Files:
        au8810.h au8810_core.c au8810_eq.c au8810_game.c 
        au8810_mixer.c au8810_mpu401.c au8810_pcm.c au8820.h 
        au8820_core.c au8820_game.c au8820_mixer.c au8820_mpu401.c 
        au8820_pcm.c au8820_synth.c au8830.h au8830_core.c au8830_eq.c 
        au8830_game.c au8830_mixer.c au8830_mpu401.c au8830_pcm.c 
        au8830_synth.c au88x0.c au88x0.h au88x0_core.c au88x0_eq.c 
        au88x0_eq.h au88x0_eqdata.c au88x0_game.c au88x0_mixer.c 
        au88x0_mpu401.c au88x0_pcm.c au88x0_synth.c migrate 
Log Message:
moved au88x0 drivers to alsa-kernel.



Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile    11 Nov 2003 13:12:25 -0000      1.3
+++ Makefile    9 Mar 2004 11:58:32 -0000       1.4
@@ -5,12 +5,6 @@
 include $(SND_TOPDIR)/toplevel.config
 include $(SND_TOPDIR)/Makefile.conf
 
-snd-au8810-objs := au8810.o au8810_core.o au8810_pcm.o au8810_mixer.o au8810_mpu401.o 
au8810_game.o au8810_eq.o
-snd-au8820-objs := au8820.o au8820_core.o au8820_pcm.o au8820_mixer.o au8820_mpu401.o 
au8820_game.o au8820_synth.o
-snd-au8830-objs := au8830.o au8830_core.o au8830_pcm.o au8830_mixer.o au8830_mpu401.o 
au8830_game.o au8830_eq.o au8830_synth.o
-
-obj-$(CONFIG_SND_AU8810) += snd-au8810.o
-obj-$(CONFIG_SND_AU8820) += snd-au8820.o
-obj-$(CONFIG_SND_AU8830) += snd-au8830.o
+include $(SND_TOPDIR)/alsa-kernel/pci/au88x0/Makefile
 
 include $(SND_TOPDIR)/Rules.make

Index: au8810.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8810.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- au8810.c    6 Oct 2003 14:01:02 -0000       1.1
+++ au8810.c    9 Mar 2004 11:58:32 -0000       1.2
@@ -1,8 +1,2 @@
-#include "au8810.h"
-#include "au88x0.h"
-static struct pci_device_id snd_vortex_ids[] = {
-    {PCI_VENDOR_ID_AUREAL, PCI_DEVICE_ID_AUREAL_ADVANTAGE,
-     PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1,},
-    {0,}
-};
-#include "au88x0.c"
+#include "../../alsa-kernel/pci/au88x0/au8810.c"
+EXPORT_NO_SYMBOLS;

Index: au8820.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8820.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- au8820.c    6 Oct 2003 14:01:03 -0000       1.1
+++ au8820.c    9 Mar 2004 11:58:32 -0000       1.2
@@ -1,8 +1,2 @@
-#include "au8820.h"
-#include "au88x0.h"
-static struct pci_device_id snd_vortex_ids[] = {
-    {PCI_VENDOR_ID_AUREAL, PCI_DEVICE_ID_AUREAL_VORTEX,
-     PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0,},
-    {0,}
-};
-#include "au88x0.c"
+#include "../../alsa-kernel/pci/au88x0/au8820.c"
+EXPORT_NO_SYMBOLS;

Index: au8830.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8830.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- au8830.c    6 Oct 2003 14:01:03 -0000       1.1
+++ au8830.c    9 Mar 2004 11:58:32 -0000       1.2
@@ -1,8 +1,2 @@
-#include "au8830.h"
-#include "au88x0.h"
-static struct pci_device_id snd_vortex_ids[] = {
-    {PCI_VENDOR_ID_AUREAL, PCI_DEVICE_ID_AUREAL_VORTEX2,
-     PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0,},
-    {0,}
-};
-#include "au88x0.c"
+#include "../../alsa-kernel/pci/au88x0/au8830.c"
+EXPORT_NO_SYMBOLS;

--- au8810.h DELETED ---

--- au8810_core.c DELETED ---

--- au8810_eq.c DELETED ---

--- au8810_game.c DELETED ---

--- au8810_mixer.c DELETED ---

--- au8810_mpu401.c DELETED ---

--- au8810_pcm.c DELETED ---

--- au8820.h DELETED ---

--- au8820_core.c DELETED ---

--- au8820_game.c DELETED ---

--- au8820_mixer.c DELETED ---

--- au8820_mpu401.c DELETED ---

--- au8820_pcm.c DELETED ---

--- au8820_synth.c DELETED ---

--- au8830.h DELETED ---

--- au8830_core.c DELETED ---

--- au8830_eq.c DELETED ---

--- au8830_game.c DELETED ---

--- au8830_mixer.c DELETED ---

--- au8830_mpu401.c DELETED ---

--- au8830_pcm.c DELETED ---

--- au8830_synth.c DELETED ---

--- au88x0.c DELETED ---

--- au88x0.h DELETED ---

--- au88x0_core.c DELETED ---

--- au88x0_eq.c DELETED ---

--- au88x0_eq.h DELETED ---

--- au88x0_eqdata.c DELETED ---

--- au88x0_game.c DELETED ---

--- au88x0_mixer.c DELETED ---

--- au88x0_mpu401.c DELETED ---

--- au88x0_pcm.c DELETED ---

--- au88x0_synth.c DELETED ---

--- migrate DELETED ---



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