Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754898Ab0AMIPI (ORCPT ); Wed, 13 Jan 2010 03:15:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753161Ab0AMIPH (ORCPT ); Wed, 13 Jan 2010 03:15:07 -0500 Received: from cantor2.suse.de ([195.135.220.15]:36478 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765Ab0AMIPE (ORCPT ); Wed, 13 Jan 2010 03:15:04 -0500 Date: Wed, 13 Jan 2010 09:15:03 +0100 Message-ID: From: Takashi Iwai To: Seth Heasley Cc: perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.32.3] hda_intel: ALSA HD Audio patch for Intel Cougar Point DeviceIDs In-Reply-To: <201001121703.36016.seth.heasley@intel.com> References: <201001121703.36016.seth.heasley@intel.com> 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 Content-Length: 1212 Lines: 38 At Tue, 12 Jan 2010 17:03:35 -0800, Seth Heasley wrote: > > This patch adds the Intel Cougar Point (PCH) HD Audio Controller DeviceIDs. > > Signed-off-by: Seth Heasley Applied to sound git tree now. Thanks. Takashi > --- linux-2.6.32.3/sound/pci/hda/hda_intel.c.orig 2010-01-06 15:07:45.000000000 -0800 > +++ linux-2.6.32.3/sound/pci/hda/hda_intel.c 2010-01-07 13:10:28.000000000 -0800 > @@ -116,6 +116,7 @@ > "{Intel, ICH9}," > "{Intel, ICH10}," > "{Intel, PCH}," > + "{Intel, CPT}," > "{Intel, SCH}," > "{ATI, SB450}," > "{ATI, SB600}," > @@ -2648,6 +2649,8 @@ > { PCI_DEVICE(0x8086, 0x3a6e), .driver_data = AZX_DRIVER_ICH }, > /* PCH */ > { PCI_DEVICE(0x8086, 0x3b56), .driver_data = AZX_DRIVER_ICH }, > + /* CPT */ > + { PCI_DEVICE(0x8086, 0x1c20), .driver_data = AZX_DRIVER_ICH }, > /* SCH */ > { PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH }, > /* ATI SB 450/600 */ > -- 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/