From: Otavio Salvador Date: Mon, 27 Sep 2010 02:35:06 +0000 (-0300) Subject: ALSA: hda: add Vortex86MX PCI ids X-Git-Tag: v2.6.37-rc1~82^2~7^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e35d4b119578a054515ccb4ed5dddc4e8a81ec15;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ALSA: hda: add Vortex86MX PCI ids Signed-off-by: Otavio Salvador Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 5f6f903..ec07e47 100644 --- a/sound/pci/hda/hda_intel.c +++ b/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,