[ALSA] Remove superfluous PCI ID definitions
CS46xx driver,EMU10K1/EMU10K2 driver,PCM Midlevel,Trident driver YMFPCI driver,BT87x driver,CMIPCI driver,CS4281 driver ENS1370/1+ driver,ES1938 driver,ES1968 driver,Intel8x0 driver Intel8x0-modem driver,Maestro3 driver,RME32 driver,RME96 driver SonicVibes driver,VIA82xx driver,ALI5451 driver,ICE1712 driver ICE1724 driver,NM256 driver,RME HDSP driver,RME9652 driver Remove superfluous PCI ID definitions. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
df8db936e5
commit
8cdfd2519c
@ -79,13 +79,6 @@ module_param_array(joystick_port, int, NULL, 0444);
|
||||
MODULE_PARM_DESC(joystick_port, "Joystick port address.");
|
||||
#endif
|
||||
|
||||
#ifndef PCI_DEVICE_ID_CMEDIA_CM8738
|
||||
#define PCI_DEVICE_ID_CMEDIA_CM8738 0x0111
|
||||
#endif
|
||||
#ifndef PCI_DEVICE_ID_CMEDIA_CM8738B
|
||||
#define PCI_DEVICE_ID_CMEDIA_CM8738B 0x0112
|
||||
#endif
|
||||
|
||||
/*
|
||||
* CM8x38 registers definition
|
||||
*/
|
||||
@ -347,25 +340,6 @@ MODULE_PARM_DESC(joystick_port, "Joystick port address.");
|
||||
#define CM_EXTENT_SYNTH 0x4
|
||||
|
||||
|
||||
/*
|
||||
* pci ids
|
||||
*/
|
||||
#ifndef PCI_VENDOR_ID_CMEDIA
|
||||
#define PCI_VENDOR_ID_CMEDIA 0x13F6
|
||||
#endif
|
||||
#ifndef PCI_DEVICE_ID_CMEDIA_CM8338A
|
||||
#define PCI_DEVICE_ID_CMEDIA_CM8338A 0x0100
|
||||
#endif
|
||||
#ifndef PCI_DEVICE_ID_CMEDIA_CM8338B
|
||||
#define PCI_DEVICE_ID_CMEDIA_CM8338B 0x0101
|
||||
#endif
|
||||
#ifndef PCI_DEVICE_ID_CMEDIA_CM8738
|
||||
#define PCI_DEVICE_ID_CMEDIA_CM8738 0x0111
|
||||
#endif
|
||||
#ifndef PCI_DEVICE_ID_CMEDIA_CM8738B
|
||||
#define PCI_DEVICE_ID_CMEDIA_CM8738B 0x0112
|
||||
#endif
|
||||
|
||||
/*
|
||||
* channels for playback / capture
|
||||
*/
|
||||
|
Reference in New Issue
Block a user