[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121009010734.GA24147@elie.Belkin>
Date: Mon, 8 Oct 2012 18:07:34 -0700
From: Jonathan Nieder <jrnieder@...il.com>
To: stable@...r.kernel.org
Cc: Ana Guerrero <ana@...ian.org>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
Willy Tarreau <w@....eu>, Takashi Iwai <tiwai@...e.de>,
Seth Heasley <seth.heasley@...el.com>,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.32.y, 2.6.34.y] ALSA: hda - ALSA HD Audio patch for Intel
Panther Point DeviceIDs
From: Seth Heasley <seth.heasley@...el.com>
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 <seth.heasley@...el.com>
Signed-off-by: Takashi Iwai <tiwai@...e.de>
Tested-by: Ana Guerrero <ana@...ian.org> # EliteBook 8570w
Signed-off-by: Jonathan Nieder <jrnieder@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists