From: Coywolf Qi Hunt Date: Mon, 10 Apr 2006 08:47:11 +0000 (+0200) Subject: [ALSA] hda-codec - support HP Compaq Presario B2800 laptop with AD1986A codec X-Git-Tag: v2.6.17-rc2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be28e7ccd34efff2160ab7d6712d248053c36461;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [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 Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 1f727fa..b77a803 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 */ {} };