]> git.neil.brown.name Git - history.git/commitdiff
ALSA CVS update - Jaroslav Kysela <perex@suse.cz>
authorJaroslav Kysela <perex@suse.cz>
Tue, 30 Mar 2004 13:45:02 +0000 (15:45 +0200)
committerJaroslav Kysela <perex@suse.cz>
Tue, 30 Mar 2004 13:45:02 +0000 (15:45 +0200)
au88x0 driver
Cleanups - removed duplicate PCI IDs

sound/pci/au88x0/au88x0.h

index fff8c02847151f4ac106b5b42d304d8b4c62ae3a..2ab68cfb614883f0dfa8dc039b5173dc18e4ec1c 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __SOUND_AU88X0_H
 #define __SOUND_AU88X0_H
 
-#ifdef __KERNEL__
 #include <sound/driver.h>
 #include <linux/init.h>
 #include <linux/pci.h>
 #include <sound/hwdep.h>
 #include <sound/ac97_codec.h>
 
-
-#ifndef        PCI_VENDOR_ID_AUREAL
-#define        PCI_VENDOR_ID_AUREAL 0x12eb
-#endif
-#ifndef        PCI_DEVICE_ID_AUREAL_VORTEX
-#define        PCI_DEVICE_ID_AUREAL_VORTEX 0x0001
-#endif
-#ifndef        PCI_DEVICE_ID_AUREAL_VORTEX2
-#define        PCI_DEVICE_ID_AUREAL_VORTEX2 0x0002
-#endif
-#ifndef        PCI_DEVICE_ID_AUREAL_ADVANTAGE
-#define        PCI_DEVICE_ID_AUREAL_ADVANTAGE 0x0003
-#endif
-
-#endif
-
 #ifndef CHIP_AU8820
 #include "au88x0_eq.h"
 #include "au88x0_a3d.h"