mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4855170f98
commit
3d831d925c
@ -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,}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user