Commit 759b2d20 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Jaroslav Kysela <perex@suse.cz>

au88x0 driver
Cleanups - removed duplicate PCI IDs
parent b3752d2b
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#ifndef __SOUND_AU88X0_H #ifndef __SOUND_AU88X0_H
#define __SOUND_AU88X0_H #define __SOUND_AU88X0_H
#ifdef __KERNEL__
#include <sound/driver.h> #include <sound/driver.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/pci.h> #include <linux/pci.h>
...@@ -29,22 +28,6 @@ ...@@ -29,22 +28,6 @@
#include <sound/hwdep.h> #include <sound/hwdep.h>
#include <sound/ac97_codec.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 #ifndef CHIP_AU8820
#include "au88x0_eq.h" #include "au88x0_eq.h"
#include "au88x0_a3d.h" #include "au88x0_a3d.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment