[PATCH] [UBUNTU:sound/pci/hda/] #42600: Fix Dell system detection for STAC9200

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Tue Nov 7 07:16:59 UTC 2006


From 9a85419213866bba741aee95029abf4fd4e6a801 Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Tue, 7 Nov 2006 02:16:05 -0500
Subject: [PATCH] [UBUNTU:sound/pci/hda/] #42600: Fix Dell system detection for STAC9200

UpstreamStatus: Added in upstream alsa-kernel hg changeset:
		4679: 7ec5965d96a3 [http://hg-mirror.alsa-project.org/alsa-kernel?cs=7ec5965d96a3;style=raw ]

References:	Ubuntu: #42600

This patch corrects an erroneous addition of three Dell laptops to
the STAC9205 model and is the correct fix for Ubuntu: #42600.

This commit closes Ubuntu: #42600.

This commit is suitable for Dapper, Edgy, and Feisty linux-source.

Signed-off-by: Matt Porter <mporter at embeddedalley.com>
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
 sound/pci/hda/patch_sigmatel.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 5c45d7e..a0085d6 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -336,6 +336,13 @@ static struct hda_board_config stac9200_
 	  .pci_subvendor = PCI_VENDOR_ID_INTEL,
 	  .pci_subdevice = 0x2668,      /* DFI LanParty */
 	  .config = STAC_REF },
+	/* Dell laptops have BIOS problem */
+	{ .pci_subvendor = PCI_VENDOR_ID_DELL, .pci_subdevice = 0x01b5,
+	  .config = STAC_REF },	/* Dell Inspiron 630m */
+	{ .pci_subvendor = PCI_VENDOR_ID_DELL, .pci_subdevice = 0x01c2,
+	  .config = STAC_REF },	/* Dell Latitude D620 */
+	{ .pci_subvendor = PCI_VENDOR_ID_DELL, .pci_subdevice = 0x01cb,
+	  .config = STAC_REF },	/* Dell Latitude 120L */
 	{} /* terminator */
 };
 
@@ -590,13 +597,6 @@ static struct hda_board_config stac9205_
 	  .pci_subvendor = PCI_VENDOR_ID_INTEL,
 	  .pci_subdevice = 0x2668, /* DFI LanParty */
 	  .config = STAC_REF }, /* SigmaTel reference board */
-	/* Dell laptops have BIOS problem */
-	{ .pci_subvendor = PCI_VENDOR_ID_DELL, .pci_subdevice = 0x01b5,
-	  .config = STAC_REF }, /* Dell Inspiron 630m */
-	{ .pci_subvendor = PCI_VENDOR_ID_DELL, .pci_subdevice = 0x01c2,
-	  .config = STAC_REF }, /* Dell Latitude D620 */
-	{ .pci_subvendor = PCI_VENDOR_ID_DELL, .pci_subdevice = 0x01cb,
-	  .config = STAC_REF }, /* Dell Latitude 120L */
 	{} /* terminator */
 }; 
 
-- 
1.4.1

-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:  0xC88ABDA3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20061106/c1f220a3/attachment.sig>


More information about the kernel-team mailing list