From b216968b157c54b03f7e3f3eda72506e703ac1e9 Mon Sep 17 00:00:00 2001 From: Peer Chen Date: Thu, 6 Mar 2008 15:15:11 +0100 Subject: [PATCH] --- yaml --- r: 92115 b: refs/heads/master c: 487145a1984b78e9b194aa44f8079cc019779a58 h: refs/heads/master i: 92113: aa96b39b168be43c89000f25fa424c6f4919f43f 92111: 4ed46032e0bc517d7dbd0f7bbc929eb8b81d9bd4 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4fbfa9f04fe8..562ee856e9d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2de3c232a0050ee247ae6e97b055f39e15a08ee3 +refs/heads/master: 487145a1984b78e9b194aa44f8079cc019779a58 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 48677f36f5e4..3d9f0bd63ba6 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -2071,6 +2071,10 @@ static struct pci_device_id azx_ids[] = { { PCI_DEVICE(0x10de, 0x0ac1), .driver_data = AZX_DRIVER_NVIDIA }, { PCI_DEVICE(0x10de, 0x0ac2), .driver_data = AZX_DRIVER_NVIDIA }, { PCI_DEVICE(0x10de, 0x0ac3), .driver_data = AZX_DRIVER_NVIDIA }, + { PCI_DEVICE(0x10de, 0x0bd4), .driver_data = AZX_DRIVER_NVIDIA }, + { PCI_DEVICE(0x10de, 0x0bd5), .driver_data = AZX_DRIVER_NVIDIA }, + { PCI_DEVICE(0x10de, 0x0bd6), .driver_data = AZX_DRIVER_NVIDIA }, + { PCI_DEVICE(0x10de, 0x0bd7), .driver_data = AZX_DRIVER_NVIDIA }, { 0, } }; MODULE_DEVICE_TABLE(pci, azx_ids);