diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-01-19 11:07:12 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-01-19 11:07:12 -0500 |
commit | 5734a07cbb8d4600a74a374c839620ddc62b2cf2 (patch) | |
tree | 1b21f26447f7ab122206801adfe4afb921daefa5 /sound/pci | |
parent | 569ed348ecef309fae5a71b86015951680ea3415 (diff) |
ALSA: hda - Add quirk for HP Z-series workstation
It seems working well with model=hp-bpc.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 4f006eedd7ef..7874023db0f3 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -12629,6 +12629,8 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = { | |||
12629 | ALC262_HP_BPC), | 12629 | ALC262_HP_BPC), |
12630 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series", | 12630 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series", |
12631 | ALC262_HP_BPC), | 12631 | ALC262_HP_BPC), |
12632 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1500, "HP z series", | ||
12633 | ALC262_HP_BPC), | ||
12632 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1700, "HP xw series", | 12634 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1700, "HP xw series", |
12633 | ALC262_HP_BPC), | 12635 | ALC262_HP_BPC), |
12634 | SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL), | 12636 | SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL), |