[kernel] r19419 - in dists/squeeze/linux-2.6/debian: . patches/features/x86 patches/series

Ben Hutchings benh at alioth.debian.org
Mon Oct 8 13:40:36 UTC 2012


Author: benh
Date: Mon Oct  8 13:40:34 2012
New Revision: 19419

Log:
[x86] ALSA: hda_intel: Add various device IDs

Add device IDs for Intel Patsburg, Vortex86MX, VMware and
Intel Panther Point (Closes: #689928)

Added:
   dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-HD-Audio-patch-for-Intel-Panther-Point.patch
   dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda-Add-support-for-VMware-controller.patch
   dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda-add-Vortex86MX-PCI-ids.patch
   dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda_intel-ALSA-HD-Audio-patch-for-Intel-Patsbur.patch
   dists/squeeze/linux-2.6/debian/patches/series/47
Modified:
   dists/squeeze/linux-2.6/debian/changelog

Modified: dists/squeeze/linux-2.6/debian/changelog
==============================================================================
--- dists/squeeze/linux-2.6/debian/changelog	Sun Oct  7 19:06:36 2012	(r19418)
+++ dists/squeeze/linux-2.6/debian/changelog	Mon Oct  8 13:40:34 2012	(r19419)
@@ -1,3 +1,11 @@
+linux-2.6 (2.6.32-47) UNRELEASED; urgency=low
+
+  [ Ben Hutchings ]
+  * [x86] ALSA: hda_intel: Add device IDs for Intel Patsburg, Vortex86MX,
+    VMware and Intel Panther Point (Closes: #689928)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Mon, 08 Oct 2012 00:26:11 +0100
+
 linux-2.6 (2.6.32-46) stable; urgency=high
 
   [ Bastian Blank ]

Added: dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-HD-Audio-patch-for-Intel-Panther-Point.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-HD-Audio-patch-for-Intel-Panther-Point.patch	Mon Oct  8 13:40:34 2012	(r19419)
@@ -0,0 +1,35 @@
+From: Seth Heasley <seth.heasley at intel.com>
+Date: Wed, 20 Apr 2011 10:59:57 -0700
+Subject: ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
+
+commit d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76 upstream.
+
+This patch adds the HD Audio Controller DeviceIDs for the Intel Panther Point PCH.
+
+Signed-off-by: Seth Heasley <seth.heasley at intel.com>
+Signed-off-by: Takashi Iwai <tiwai at suse.de>
+---
+ 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 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 */

Added: dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda-Add-support-for-VMware-controller.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda-Add-support-for-VMware-controller.patch	Mon Oct  8 13:40:34 2012	(r19419)
@@ -0,0 +1,30 @@
+From: Bankim Bhavsar <bbhavsar at vmware.com>
+Date: Mon, 17 Jan 2011 15:23:21 +0100
+Subject: ALSA: hda - Add support for VMware controller
+
+commit 0f0714c5ed0a98fdeaa2287d3b159989bbe6d842 upstream.
+
+Add the new PCI ID 0x15ad and device ID 0x1977 for VMware HDAudio
+Controller.
+
+[changed to use AZX_DRIVER_GENERIC by tiwai]
+
+Signed-off-by: Bankim Bhavsar <bbhavsar at vmware.com>
+Signed-off-by: Takashi Iwai <tiwai at suse.de>
+---
+ sound/pci/hda/hda_intel.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
+index a1c4008..07c522f 100644
+--- a/sound/pci/hda/hda_intel.c
++++ b/sound/pci/hda/hda_intel.c
+@@ -2806,6 +2806,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
+ #endif
+ 	/* Vortex86MX */
+ 	{ PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC },
++	/* VMware HDAudio */
++	{ PCI_DEVICE(0x15ad, 0x1977), .driver_data = AZX_DRIVER_GENERIC },
+ 	/* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */
+ 	{ PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID),
+ 	  .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,

Added: dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda-add-Vortex86MX-PCI-ids.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda-add-Vortex86MX-PCI-ids.patch	Mon Oct  8 13:40:34 2012	(r19419)
@@ -0,0 +1,25 @@
+From: Otavio Salvador <otavio at ossystems.com.br>
+Date: Sun, 26 Sep 2010 23:35:06 -0300
+Subject: ALSA: hda: add Vortex86MX PCI ids
+
+commit e35d4b119578a054515ccb4ed5dddc4e8a81ec15 upstream.
+
+Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
+Signed-off-by: Takashi Iwai <tiwai at suse.de>
+---
+ sound/pci/hda/hda_intel.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
+index 5f6f903..ec07e47 100644
+--- a/sound/pci/hda/hda_intel.c
++++ b/sound/pci/hda/hda_intel.c
+@@ -2791,6 +2791,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
+ 	/* this entry seems still valid -- i.e. without emu20kx chip */
+ 	{ PCI_DEVICE(0x1102, 0x0009), .driver_data = AZX_DRIVER_GENERIC },
+ #endif
++	/* Vortex86MX */
++	{ PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC },
+ 	/* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */
+ 	{ PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID),
+ 	  .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,

Added: dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda_intel-ALSA-HD-Audio-patch-for-Intel-Patsbur.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/squeeze/linux-2.6/debian/patches/features/x86/ALSA-hda_intel-ALSA-HD-Audio-patch-for-Intel-Patsbur.patch	Mon Oct  8 13:40:34 2012	(r19419)
@@ -0,0 +1,35 @@
+From: Seth Heasley <seth.heasley at intel.com>
+Date: Fri, 10 Sep 2010 16:29:56 -0700
+Subject: ALSA: hda_intel: ALSA HD Audio patch for Intel Patsburg DeviceIDs
+
+commit cea310e8f8702226f982f09386cfd3c5793c5e2f upstream.
+
+This patch adds the Intel Patsburg (PCH) HD Audio Controller DeviceIDs.
+
+Signed-off-by: Seth Heasley <seth.heasley at intel.com>
+Signed-off-by: Takashi Iwai <tiwai at suse.de>
+---
+ 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 1053fff..34940a0 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, PBG},"
+ 			 "{Intel, SCH},"
+ 			 "{ATI, SB450},"
+ 			 "{ATI, SB600},"
+@@ -2749,6 +2750,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 },
++	/* PBG */
++	{ PCI_DEVICE(0x8086, 0x1d20), .driver_data = AZX_DRIVER_PCH },
+ 	/* SCH */
+ 	{ PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH },
+ 	/* ATI SB 450/600 */

Added: dists/squeeze/linux-2.6/debian/patches/series/47
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/squeeze/linux-2.6/debian/patches/series/47	Mon Oct  8 13:40:34 2012	(r19419)
@@ -0,0 +1,4 @@
++ features/x86/ALSA-hda_intel-ALSA-HD-Audio-patch-for-Intel-Patsbur.patch
++ features/x86/ALSA-hda-add-Vortex86MX-PCI-ids.patch
++ features/x86/ALSA-hda-Add-support-for-VMware-controller.patch
++ features/x86/ALSA-HD-Audio-patch-for-Intel-Panther-Point.patch



More information about the Kernel-svn-changes mailing list