From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932722Ab0I0GPd (ORCPT ); Mon, 27 Sep 2010 02:15:33 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42788 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932667Ab0I0GPc (ORCPT ); Mon, 27 Sep 2010 02:15:32 -0400 Date: Mon, 27 Sep 2010 08:15:30 +0200 Message-ID: From: Takashi Iwai To: Otavio Salvador Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] ALSA: hda: add Vortex86MX PCI ids In-Reply-To: <1285554907-4495-3-git-send-email-otavio@ossystems.com.br> References: <1285554907-4495-1-git-send-email-otavio@ossystems.com.br> <1285554907-4495-3-git-send-email-otavio@ossystems.com.br> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Sun, 26 Sep 2010 23:35:06 -0300, Otavio Salvador wrote: > > Cc: Takashi Iwai > Signed-off-by: Otavio Salvador Applied now. Thanks. Takashi > --- > sound/pci/hda/hda_intel.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c > index 34940a0..e986209 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -2799,6 +2799,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, > -- > 1.7.2.3.313.gcd15 >