aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-12-15 10:33:51 +0100
committerTakashi Iwai <tiwai@suse.de>2009-12-15 10:33:51 +0100
commita9e060571a057c132240753b7f815f4a1e0320a3 (patch)
treebdb1f47d665e8a98c6a881e6373001c9eae5865f /sound/pci/hda/hda_intel.c
parent6e0446cb4b6e2469a0db58fbe6dffcd63d3d4066 (diff)
parent6dd7dc767e35cfbb38f8c63a50b1c27acad25920 (diff)
downloadkernel_samsung_crespo-a9e060571a057c132240753b7f815f4a1e0320a3.zip
kernel_samsung_crespo-a9e060571a057c132240753b7f815f4a1e0320a3.tar.gz
kernel_samsung_crespo-a9e060571a057c132240753b7f815f4a1e0320a3.tar.bz2
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index e54420e..9b56f93 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2713,6 +2713,9 @@ 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, 0x0be2), .driver_data = AZX_DRIVER_NVIDIA },
+ { PCI_DEVICE(0x10de, 0x0be3), .driver_data = AZX_DRIVER_NVIDIA },
+ { PCI_DEVICE(0x10de, 0x0be4), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x0d94), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x0d95), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x0d96), .driver_data = AZX_DRIVER_NVIDIA },