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

Commit 53eff7e1 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Match all 103c:17xx devices for HP BPC model



Use SND_PCI_QUIRK_MASK() to match all devices with 103c:17xx for
HP BPC model.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f8974976
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10807,7 +10807,8 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
			   ALC262_HP_BPC),
	SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series",
			   ALC262_HP_BPC),
	SND_PCI_QUIRK(0x103c, 0x170b, "HP xw*", ALC262_HP_BPC),
	SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1700, "HP xw series",
			   ALC262_HP_BPC),
	SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
	SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
	SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),