From: Seth Heasley seth.heasley@intel.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@intel.com Signed-off-by: Takashi Iwai tiwai@suse.de Tested-by: Ana Guerrero ana@debian.org # EliteBook 8570w Signed-off-by: Jonathan Nieder jrnieder@gmail.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 */