projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4855170
)
[PATCH] x86_64: Enable sound in old style OSS driver for NForce4 CK804
author
Andi Kleen
<ak@suse.de>
Wed, 11 Jan 2006 21:44:51 +0000
(22:44 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:56 +0000
(19:04 -0800)
Just add the missing PCI ID.
Cc: perex@suse.cz
Cc: tiwai@suse.de
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/i810_audio.c
patch
|
blob
|
history
diff --git
a/sound/oss/i810_audio.c
b/sound/oss/i810_audio.c
index
51a1b1b
..
abc242a
100644
(file)
--- a/
sound/oss/i810_audio.c
+++ b/
sound/oss/i810_audio.c
@@
-312,7
+312,8
@@
static struct pci_device_id i810_pci_tbl [] = {
PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH4},
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_18,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, INTELICH4},
-
+ {PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_CK804_AUDIO,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, NVIDIA_NFORCE},
{0,}
};