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

Commit f556e6f6 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] hda-codec - Add another HP laptop with AD1981HD



Modules: HDA Codec driver

Added the SSID of another HP laptop for the model 'hp' with AD1981HD.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 1576274d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1330,6 +1330,8 @@ static struct hda_board_config ad1981_cfg_tbl[] = {
	  .config = AD1981_HP }, /* HP nx6320 */
	  .config = AD1981_HP }, /* HP nx6320 */
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x309f,
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x309f,
	  .config = AD1981_HP }, /* HP nx9420 AngelFire */
	  .config = AD1981_HP }, /* HP nx9420 AngelFire */
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x30a2,
	  .config = AD1981_HP }, /* HP nx9420 AngelFire */
	{ .modelname = "basic", .config = AD1981_BASIC },
	{ .modelname = "basic", .config = AD1981_BASIC },
	{}
	{}
};
};