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

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

[ALSA] hda-codec - Use model 'hp' for all HP laptops with AD1981HD



Use model 'hp' for all HP laptops with AD1981HD codec.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a182ee98
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -1330,12 +1330,8 @@ enum { AD1981_BASIC, AD1981_HP };


static struct hda_board_config ad1981_cfg_tbl[] = {
static struct hda_board_config ad1981_cfg_tbl[] = {
	{ .modelname = "hp", .config = AD1981_HP },
	{ .modelname = "hp", .config = AD1981_HP },
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x30aa,
	/* All HP models */
	  .config = AD1981_HP }, /* HP nx6320 */
	{ .pci_subvendor = 0x103c, .config = AD1981_HP },
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x309f,
	  .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 },
	{}
	{}
};
};