Package: src:linux-2.6 Version: 2.6.32-46 Severity: wishlist Tags: patch Hi,
git's commit d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76 includes support for Intel Panther Point DeviceIDs. I backported it to work on top of all the patches included in 2.6.32-46, although making sure the patch is applied on top of patches/bugfix/all/stable/2.6.32.12.patch should be enough. Please consider adding it in the next update of the stable kernel. Ana
Adapted for Debian's 2.6.32-46 and applied on top of all the patches included there. >From d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76 Mon Sep 17 00:00:00 2001 From: Seth Heasley <seth.heas...@intel.com> Date: Wed, 20 Apr 2011 10:59:57 -0700 Subject: [PATCH] ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs This patch adds the HD Audio Controller DeviceIDs for the Intel Panther Point PCH. Signed-off-by: Seth Heasley <seth.heas...@intel.com> Signed-off-by: Takashi Iwai <ti...@suse.de> diff -Nrua linux-2.6-2.6.32/sound/pci/hda/hda_intel.c linux-2.6-2.6.32/sound/pci/hda/hda_intel.c --- linux-2.6-2.6.32/sound/pci/hda/hda_intel.c 2012-10-02 16:37:24.019676533 +0200 +++ linux-2.6-2.6.32/sound/pci/hda/hda_intel.c 2012-10-02 17:03:36.935052256 +0200 @@ -117,6 +117,7 @@ "{Intel, ICH10}," "{Intel, PCH}," "{Intel, CPT}," + "{Intel, PPT}," "{Intel, SCH}," "{ATI, SB450}," "{ATI, SB600}," @@ -2686,6 +2687,8 @@ { PCI_DEVICE(0x8086, 0x3b57), .driver_data = AZX_DRIVER_ICH }, /* CPT */ { PCI_DEVICE(0x8086, 0x1c20), .driver_data = AZX_DRIVER_PCH }, + /* PPT - 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 */
>From d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76 Mon Sep 17 00:00:00 2001 From: Seth Heasley <seth.heas...@intel.com> Date: Wed, 20 Apr 2011 10:59:57 -0700 Subject: [PATCH] ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs This patch adds the HD Audio Controller DeviceIDs for the Intel Panther Point PCH. Signed-off-by: Seth Heasley <seth.heas...@intel.com> Signed-off-by: Takashi Iwai <ti...@suse.de> --- sound/pci/hda/hda_intel.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 70a9d32..6f891ee 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, PBG}," "{Intel, SCH}," "{ATI, SB450}," @@ -2759,6 +2760,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { { PCI_DEVICE(0x8086, 0x1c20), .driver_data = AZX_DRIVER_PCH }, /* PBG */ { PCI_DEVICE(0x8086, 0x1d20), .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 }, /* Generic Intel */ -- 1.7.6.5