From: Andi Kleen Date: Wed, 11 Jan 2006 21:44:51 +0000 (+0100) Subject: [PATCH] x86_64: Enable sound in old style OSS driver for NForce4 CK804 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3d831d925c6d66569a0c7f6f5f17c0927f7d3d25;p=mv-sheeva.git [PATCH] x86_64: Enable sound in old style OSS driver for NForce4 CK804 Just add the missing PCI ID. Cc: perex@suse.cz Cc: tiwai@suse.de Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/sound/oss/i810_audio.c b/sound/oss/i810_audio.c index 51a1b1b7b9c..abc242abd5b 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 [] = { 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,} };