From 3bcce833fe993c5170a851cdf1da9fe2e14b0b37 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 26 Sep 2010 23:35:06 -0300 Subject: [PATCH] --- yaml --- r: 216715 b: refs/heads/master c: e35d4b119578a054515ccb4ed5dddc4e8a81ec15 h: refs/heads/master i: 216713: 9a5487665ba18bc0e762594b62d6cf6854fab7d2 216711: a3a29f8973719b1801efdd24387c30171c7a772a v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ba9199a2a08c..f0fe7e0284b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f41cc2a85d52ac6971299922084ac5ac59dc339d +refs/heads/master: e35d4b119578a054515ccb4ed5dddc4e8a81ec15 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 5f6f9039a41a..ec07e4700e3b 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -2791,6 +2791,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { /* this entry seems still valid -- i.e. without emu20kx chip */ { PCI_DEVICE(0x1102, 0x0009), .driver_data = AZX_DRIVER_GENERIC }, #endif + /* Vortex86MX */ + { PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC }, /* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */ { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID), .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,