[PATCH] [UBUNTU:sound/pci/hda/] Fix two IDs (ASUS M2N-MX & HP xw4400)
crimsun at fungus.sh.nu
crimsun at fungus.sh.nu
Tue Nov 7 07:17:32 UTC 2006
From c0529f9342b2d69f61238dc2cc9d25ed65cda402 Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Tue, 7 Nov 2006 02:22:46 -0500
Subject: [PATCH] [UBUNTU:sound/pci/hda/] Fix two IDs (ASUS M2N-MX & HP xw4400)
UpstreamStatus: Added in upstream alsa-kernel hg changesets:
4682: 1688afb4d6b4 [http://hg-mirror.alsa-project.org/alsa-kernel?cs=1688afb4d6b4;style=raw ]
4681: 8c37ecaca886 [http://hg-mirror.alsa-project.org/alsa-kernel?cs=8c37ecaca886;style=raw ]
The above two commits fix support for two models using HDA.
This commit is suitable for Dapper, Edgy, and Feisty linux-source.
Signed-off-by: John W. Linville <linville at tuxdriver.com>
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
sound/pci/hda/patch_analog.c | 2 ++
sound/pci/hda/patch_realtek.c | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 153f6ec..f2f378e 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -791,6 +791,8 @@ static struct hda_board_config ad1986a_c
.config = AD1986A_3STACK }, /* ASUS P5RD2-VM / P5GPL-X SE */
{ .pci_subvendor = 0x1043, .pci_subdevice = 0x81cb,
.config = AD1986A_3STACK }, /* ASUS M2NPV-VM */
+ { .pci_subvendor = 0x1043, .pci_subdevice = 0x8234,
+ .config = AD1986A_3STACK }, /* ASUS M2N-MX */
{ .pci_subvendor = 0x17aa, .pci_subdevice = 0x1017,
.config = AD1986A_3STACK }, /* Lenovo A60 desktop */
{ .modelname = "laptop", .config = AD1986A_LAPTOP },
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index a0ccea4..09a6595 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6385,7 +6385,7 @@ static struct hda_board_config alc262_cf
{ .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397,
.config = ALC262_FUJITSU },
{ .modelname = "hp-bpc", .config = ALC262_HP_BPC },
- { .pci_subvendor = 0x103c, .pci_subdevice = 0x208c,
+ { .pci_subvendor = 0x103c, .pci_subdevice = 0x280c,
.config = ALC262_HP_BPC }, /* xw4400 */
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x2801,
.config = ALC262_HP_BPC }, /* q965 */
--
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/fdaa7832/attachment.sig>
More information about the kernel-team
mailing list