[PATCH] [UBUNTU:sound/pci/hda/] Add id for ASUS M9 laptop and id for AD1988B codec to patch_analog.c
crimsun at fungus.sh.nu
crimsun at fungus.sh.nu
Fri Apr 21 22:56:43 UTC 2006
Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add id for ASUS M9 laptop and id for AD1988B codec to patch_analog.c
UpstreamStatus: Added in http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=6aedf1acaab6;style=gitweb ,
http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=35e6b9eec29a;style=gitweb
This commit adds support for the ASUS M9 laptop, and separately, for
the AD1988B revision of the codec, to the HDA driver. Committed by
Takashi Iwai.
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
sound/pci/hda/patch_analog.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
9bd7f0b215d470af65af0e96230b2b0e07dac480
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 88725e4..dd5808a 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -797,6 +797,8 @@ static struct hda_board_config ad1986a_c
{ .modelname = "laptop-eapd", .config = AD1986A_LAPTOP_EAPD },
{ .pci_subvendor = 0x144d, .pci_subdevice = 0xc024,
.config = AD1986A_LAPTOP_EAPD }, /* Samsung R65-T2300 Charis */
+ { .pci_subvendor = 0x1043, .pci_subdevice = 0x1153,
+ .config = AD1986A_LAPTOP_EAPD }, /* ASUS M9 */
{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1213,
.config = AD1986A_LAPTOP_EAPD }, /* ASUS A6J */
{ .pci_subvendor = 0x1043, .pci_subdevice = 0x11f7,
@@ -2623,5 +2625,6 @@ struct hda_codec_preset snd_hda_preset_a
{ .id = 0x11d41983, .name = "AD1983", .patch = patch_ad1983 },
{ .id = 0x11d41986, .name = "AD1986A", .patch = patch_ad1986a },
{ .id = 0x11d41988, .name = "AD1988", .patch = patch_ad1988 },
+ { .id = 0x11d4198b, .name = "AD1988B", .patch = patch_ad1988 },
{} /* terminator */
};
--
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/20060421/3e898fd3/attachment.sig>
More information about the kernel-team
mailing list