mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 14:14:00 +08:00
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>
This commit is contained in:
parent
569ed348ec
commit
5734a07cbb
@ -12629,6 +12629,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_MASK(0x103c, 0xff00, 0x1500, "HP z series",
|
||||
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),
|
||||
|
Loading…
Reference in New Issue
Block a user