Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751497Ab2JIBHy (ORCPT ); Mon, 8 Oct 2012 21:07:54 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:57706 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750788Ab2JIBHv (ORCPT ); Mon, 8 Oct 2012 21:07:51 -0400 Date: Mon, 8 Oct 2012 18:07:34 -0700 From: Jonathan Nieder To: stable@vger.kernel.org Cc: Ana Guerrero , Paul Gortmaker , Willy Tarreau , Takashi Iwai , Seth Heasley , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: [PATCH 2.6.32.y, 2.6.34.y] ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs Message-ID: <20121009010734.GA24147@elie.Belkin> References: <201104201059.57882.seth.heasley@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21+51 (9e756d1adb76) (2011-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2083 Lines: 67 From: Seth Heasley Date: Wed, 20 Apr 2011 10:59:57 -0700 commit d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76 upstream. This patch adds the HD Audio Controller DeviceIDs for the Intel Panther Point PCH. [jn: backported for 2.6.32.y by Ana Guerrero] Signed-off-by: Seth Heasley Signed-off-by: Takashi Iwai Tested-by: Ana Guerrero # EliteBook 8570w Signed-off-by: Jonathan Nieder --- Hi Willy and Paul, Please consider d2edeb7c6f1d ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs for application to the 2.6.32.y and 2.6.34.y trees. It does what it says on the cover. The patch was merged in the 3.0 cycle, so newer stable kernels don't need it. Backported and tested[1] against Debian's 2.6.32.y-based kernel by Ana (cc-ed) -- thanks! Thoughts of all kinds welcome, as always. Regards, Jonathan [1] http://bugs.debian.org/689928 sound/pci/hda/hda_intel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 3cf21ffc7c5f..dc812838ea8b 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -126,6 +126,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," "{Intel, ICH10}," "{Intel, PCH}," "{Intel, CPT}," + "{Intel, PPT}," "{Intel, SCH}," "{ATI, SB450}," "{ATI, SB600}," @@ -2730,6 +2731,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { { PCI_DEVICE(0x8086, 0x3b57), .driver_data = AZX_DRIVER_ICH }, /* CPT */ { PCI_DEVICE(0x8086, 0x1c20), .driver_data = AZX_DRIVER_PCH }, + /* Panther Point */ + { PCI_DEVICE(0x8086, 0x1e20), .driver_data = AZX_DRIVER_PCH }, /* SCH */ { PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH }, /* ATI SB 450/600 */ -- 1.7.10.4 -- 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/