diff options
Diffstat (limited to 'sound/oss/i810_audio.c')
-rw-r--r-- | sound/oss/i810_audio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/oss/i810_audio.c b/sound/oss/i810_audio.c index 51a1b1b7b9c1..abc242abd5b1 100644 --- a/sound/oss/i810_audio.c +++ b/sound/oss/i810_audio.c | |||
@@ -312,7 +312,8 @@ static struct pci_device_id i810_pci_tbl [] = { | |||
312 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH4}, | 312 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH4}, |
313 | {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_18, | 313 | {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_18, |
314 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH4}, | 314 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH4}, |
315 | 315 | {PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_CK804_AUDIO, | |
316 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, NVIDIA_NFORCE}, | ||
316 | {0,} | 317 | {0,} |
317 | }; | 318 | }; |
318 | 319 | ||