[PATCH] [UBUNTU:sound/pci/hda/] Add IDs for ASUS W6A, A7TC; fix support for HP model (patch_realtek)

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Wed Aug 9 00:48:49 UTC 2006


From 45e770c84e5f35034feb34482d13abb59667c364 Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Tue, 8 Aug 2006 20:39:42 -0400
Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add IDs for ASUS W6A, A7TC; fix support for HP model (patch_realtek)

UpstreamStatus: Added in upstream alsa-kernel hg changesets:
                97cdad7992b9 [http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=97cdad7992b94d659a403853e8974613dbbac010;style=raw],
                c42985d55f12 [http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=c42985d55f120474d936d505b9c3cf5ebe81b444;style=raw].
                The changeset adding ASUS A7TC will be submitted to upstream.

This commit adds the subdevice IDs for the ASUS W6A and A7TC models to
the ALC880_ASUS_DIG configuration. It also fixes a misconfiguration of
the HP model (subvendor:subdevice 103c:3010).

Addition of the ASUS A7TC was debugged and confirmed in #alsa/Freenode
by unsolo at gentoo/user/unsolo.

This patch is applicable to linux-source for both Dapper and Edgy.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
 sound/pci/hda/patch_realtek.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index e442f15..09099e6 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2202,6 +2202,8 @@ static struct hda_board_config alc880_cf
 	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1113, .config = ALC880_ASUS_DIG },
 	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1173, .config = ALC880_ASUS_DIG },
 	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1993, .config = ALC880_ASUS },
+	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1323, .config = ALC880_ASUS_DIG }, /* Asus A7TC */
+	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x10c2, .config = ALC880_ASUS_DIG }, /* Asus W6A */
 	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x10c3, .config = ALC880_ASUS_DIG },
 	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1133, .config = ALC880_ASUS },
 	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1123, .config = ALC880_ASUS_DIG },
@@ -3892,7 +3894,7 @@ static struct hda_board_config alc260_cf
 	  .config = ALC260_BASIC }, /* CTL Travel Master U553W */
 	{ .modelname = "hp", .config = ALC260_HP },
 	{ .modelname = "hp-3013", .config = ALC260_HP_3013 },
-	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP },
+	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP_3013 },
 	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },
 	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3012, .config = ALC260_HP_3013 },
 	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3013, .config = ALC260_HP_3013 },
-- 
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/20060808/991fb35a/attachment-0001.sig>


More information about the kernel-team mailing list