mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue