aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorCoywolf Qi Hunt <qiyong@freeforge.net>2006-04-10 10:47:11 +0200
committerJaroslav Kysela <perex@suse.cz>2006-04-12 11:34:11 +0200
commitbe28e7ccd34efff2160ab7d6712d248053c36461 (patch)
treed864d030e591168f03718019a1129174b7e1152d /sound/pci/hda/patch_analog.c
parent[ALSA] emu10k1: Add some descriptive text. (diff)
downloadlinux-dev-be28e7ccd34efff2160ab7d6712d248053c36461.tar.xz
linux-dev-be28e7ccd34efff2160ab7d6712d248053c36461.zip
[ALSA] hda-codec - support HP Compaq Presario B2800 laptop with AD1986A codec
Modules: HDA Codec driver This adds the support for HP Compaq Presario B2800 laptop with AD1986A codec. Signed-off-by: Coywolf Qi Hunt <qiyong@freeforge.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/hda/patch_analog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 1f727fa04987..b77a803925eb 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -801,6 +801,8 @@ static struct hda_board_config ad1986a_cfg_tbl[] = {
.config = AD1986A_LAPTOP_EAPD }, /* Samsung R65-T2300 Charis */
{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1213,
.config = AD1986A_LAPTOP_EAPD }, /* ASUS A6J */
+ { .pci_subvendor = 0x103c, .pci_subdevice = 0x30af,
+ .config = AD1986A_LAPTOP_EAPD }, /* HP Compaq Presario B2800 */
{}
};