aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-27 11:49:44 -0500
committerTakashi Iwai <tiwai@suse.de>2009-02-27 11:49:44 -0500
commit53eff7e1e0de1cde8e8cbe619f401d2578dde946 (patch)
tree84cc2c3484a36df0e7814046d140d869633fcb3e /sound/pci/hda/patch_realtek.c
parentf897497673ffd2895778d85df38a5071434309b4 (diff)
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: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index e72b74efc697..0b4afa0a3519 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10807,7 +10807,8 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
10807 ALC262_HP_BPC), 10807 ALC262_HP_BPC),
10808 SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series", 10808 SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series",
10809 ALC262_HP_BPC), 10809 ALC262_HP_BPC),
10810 SND_PCI_QUIRK(0x103c, 0x170b, "HP xw*", ALC262_HP_BPC), 10810 SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1700, "HP xw series",
10811 ALC262_HP_BPC),
10811 SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL), 10812 SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
10812 SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF), 10813 SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
10813 SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL), 10814 SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),