Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751498AbWJPLDM (ORCPT ); Mon, 16 Oct 2006 07:03:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751501AbWJPLDM (ORCPT ); Mon, 16 Oct 2006 07:03:12 -0400 Received: from mx1.suse.de ([195.135.220.2]:60380 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1751498AbWJPLDL (ORCPT ); Mon, 16 Oct 2006 07:03:11 -0400 Date: Mon, 16 Oct 2006 13:03:09 +0200 Message-ID: From: Takashi Iwai To: lmarsan@ati.com (Luugi Marsan) Cc: alsa-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [Alsa-devel] [PATCH 2.6.18] hda_intel: add ATI RS690 HDMI audio support In-Reply-To: <20061013172921.AF6A8CBDA5@localhost.localdomain> References: <20061013172921.AF6A8CBDA5@localhost.localdomain> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta25) (eggplant) (+CVS-20060326) (i386-suse-linux) 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 X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2681 Lines: 59 At Fri, 13 Oct 2006 13:29:21 -0400 (EDT), Luugi Marsan wrote: > > This patch adds support for the HDMI codec of the ATI RS690 IGP northbridge. > > Signed-off-by: Felix Kuehling Thanks, now added to ALSA tree. Takashi > > diff -urN vanilla/sound/pci/hda/hda_intel.c linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c > --- vanilla/sound/pci/hda/hda_intel.c 2006-09-19 23:42:06.000000000 -0400 > +++ linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c 2006-09-26 04:24:02.000000000 -0400 > @@ -83,6 +83,7 @@ > "{ATI, SB450}," > "{ATI, SB600}," > "{ATI, RS600}," > + "{ATI, RS690}," > "{VIA, VT8251}," > "{VIA, VT8237A}," > "{SiS, SIS966}," > @@ -1637,6 +1638,7 @@ > { 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB450 */ > { 0x1002, 0x4383, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB600 */ > { 0x1002, 0x793b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATIHDMI }, /* ATI RS600 HDMI */ > + { 0x1002, 0x7919, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATIHDMI }, /* ATI RS690 HDMI */ > { 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA }, /* VIA VT8251/VT8237A */ > { 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS }, /* SIS966 */ > { 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI }, /* ULI M5461 */ > diff -urN vanilla/sound/pci/hda/patch_atihdmi.c linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c > --- vanilla/sound/pci/hda/patch_atihdmi.c 2006-09-19 23:42:06.000000000 -0400 > +++ linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c 2006-09-26 04:23:27.000000000 -0400 > @@ -161,5 +161,6 @@ > */ > struct hda_codec_preset snd_hda_preset_atihdmi[] = { > { .id = 0x1002793c, .name = "ATI RS600 HDMI", .patch = patch_atihdmi }, > + { .id = 0x1002791a, .name = "ATI RS690 HDMI", .patch = patch_atihdmi }, > {} /* terminator */ > }; > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-devel > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/