Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be28e7cc authored by Coywolf Qi Hunt's avatar Coywolf Qi Hunt Committed by Jaroslav Kysela
Browse files

[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: default avatarCoywolf Qi Hunt <qiyong@freeforge.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5b0e4985
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -801,6 +801,8 @@ static struct hda_board_config ad1986a_cfg_tbl[] = {
	  .config = AD1986A_LAPTOP_EAPD }, /* Samsung R65-T2300 Charis */
	  .config = AD1986A_LAPTOP_EAPD }, /* Samsung R65-T2300 Charis */
	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1213,
	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x1213,
	  .config = AD1986A_LAPTOP_EAPD }, /* ASUS A6J */
	  .config = AD1986A_LAPTOP_EAPD }, /* ASUS A6J */
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x30af,
	  .config = AD1986A_LAPTOP_EAPD }, /* HP Compaq Presario B2800 */
	{}
	{}
};
};