[PATCH] [UBUNTU:sound/pci/hda/] Add id for supported models; reinstate commit ba42a99e564f63b2d5506a6df0da0b37b2e4774f fixing audible support for Lenovo 3000 N100-07684JU (patch_analog.c)

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Thu Jun 22 20:28:23 UTC 2006


Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add id for supported models; reinstate commit ba42a99e564f63b2d5506a6df0da0b37b2e4774f fixing audible support for Lenovo 3000 N100-07684JU (patch_analog.c)

UpstreamStatus: Added in upstream alsa-kernel hg changesets 9f5340bde57d
                and 48f914c30824:
                http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=9f5340bde57dd14b92805f3a02575cf08c59e9ee;style=raw
                http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=48f914c30824a68e2e6d63f443e95ea45c9d9537;style=raw

The first portion of the commit uses the 3stack model for ASUS P5RD2-VM
and P5GPL-X SE, applied by Takashi Iwai.

The second portion of the commit reinstates my earlier patch (which was
removed from the Dapper tree when Takashi applied the encompassing fix
for the newer IBM/Lenovo models) which is now back in the upstream
alsa-kernel tree (talk about confusing). This is Ubuntu: #39517.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>

---

 sound/pci/hda/patch_analog.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

3eeb4eed53140028676219616f35f13d0dd91518
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 3855d81..074c9b3 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -787,6 +787,8 @@ static struct hda_board_config ad1986a_c
 	{ .modelname = "3stack",	.config = AD1986A_3STACK },
 	{ .pci_subvendor = 0x10de, .pci_subdevice = 0xcb84,
 	  .config = AD1986A_3STACK }, /* ASUS A8N-VM CSM */
+	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x81b3,
+	  .config = AD1986A_3STACK }, /* ASUS P5RD2-VM / P5GPL-X SE */
 	{ .modelname = "laptop",	.config = AD1986A_LAPTOP },
 	{ .pci_subvendor = 0x144d, .pci_subdevice = 0xc01e,
 	  .config = AD1986A_LAPTOP }, /* FSC V2060 */
@@ -805,6 +807,8 @@ static struct hda_board_config ad1986a_c
 	  .config = AD1986A_LAPTOP_EAPD }, /* ASUS U5A */
 	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x30af,
 	  .config = AD1986A_LAPTOP_EAPD }, /* HP Compaq Presario B2800 */
+	{ .pci_subvendor = 0x17aa, .pci_subdevice = 0x2066,
+	  .config = AD1986A_LAPTOP_EAPD }, /* Lenovo 3000 N100-07684JU */
 	{}
 };
 
-- 
1.1.3


-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:   www.sh.nu/~crimsun/pubkey.gpg.asc
-------------- 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/20060622/d8d37e9b/attachment.sig>


More information about the kernel-team mailing list