diff options
Diffstat (limited to 'sound/oss')
-rw-r--r-- | sound/oss/trident.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sound/oss/trident.c b/sound/oss/trident.c index 5f0ad6bb43b9..a21c663e7e12 100644 --- a/sound/oss/trident.c +++ b/sound/oss/trident.c | |||
@@ -278,16 +278,14 @@ static char *card_names[] = { | |||
278 | }; | 278 | }; |
279 | 279 | ||
280 | static struct pci_device_id trident_pci_tbl[] = { | 280 | static struct pci_device_id trident_pci_tbl[] = { |
281 | {PCI_VENDOR_ID_TRIDENT, PCI_DEVICE_ID_TRIDENT_4DWAVE_DX, | 281 | {PCI_DEVICE(PCI_VENDOR_ID_TRIDENT, PCI_DEVICE_ID_TRIDENT_4DWAVE_DX), |
282 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, TRIDENT_4D_DX}, | 282 | PCI_CLASS_MULTIMEDIA_AUDIO << 8, 0xffff00, TRIDENT_4D_DX}, |
283 | {PCI_VENDOR_ID_TRIDENT, PCI_DEVICE_ID_TRIDENT_4DWAVE_NX, | 283 | {PCI_DEVICE(PCI_VENDOR_ID_TRIDENT, PCI_DEVICE_ID_TRIDENT_4DWAVE_NX), |
284 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, TRIDENT_4D_NX}, | 284 | 0, 0, TRIDENT_4D_NX}, |
285 | {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_7018, | 285 | {PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_7018), 0, 0, SIS_7018}, |
286 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_7018}, | 286 | {PCI_DEVICE(PCI_VENDOR_ID_ALI, PCI_DEVICE_ID_ALI_5451), 0, 0, ALI_5451}, |
287 | {PCI_VENDOR_ID_ALI, PCI_DEVICE_ID_ALI_5451, | 287 | {PCI_DEVICE(PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_5050), |
288 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, ALI_5451}, | 288 | 0, 0, CYBER5050}, |
289 | {PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_5050, | ||
290 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, CYBER5050}, | ||
291 | {0,} | 289 | {0,} |
292 | }; | 290 | }; |
293 | 291 | ||