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

Commit 282e0c87 authored by John W. Linville's avatar John W. Linville Committed by Jaroslav Kysela
Browse files

[ALSA] hda: fix typo for xw4400 PCI sub-ID



The PCI sub-device ID for the HP xw4400 is actually 0x280c.

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent e7377071
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5870,7 +5870,7 @@ static struct hda_board_config alc262_cfg_tbl[] = {
	{ .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397,
	  .config = ALC262_FUJITSU },
	{ .modelname = "hp-bpc", .config = ALC262_HP_BPC },
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x208c,
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x280c,
	  .config = ALC262_HP_BPC }, /* xw4400 */
	{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3014,
	  .config = ALC262_HP_BPC }, /* xw6400 */