Skip to content

Commit 8ae5865

Browse files
committed
ALSA: hda - Fix pin configuration of HP Pavilion dv7
Fix the quirk entry for HP Pavilion dv7 in order to make the bass speaker working. Reported-and-tested-by: Tomas Pospisek <tpo2@sourcepole.ch> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 6eb827d commit 8ae5865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/patch_sigmatel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
17251725
SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
17261726
"HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
17271727
SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1728-
"HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1728+
"HP Pavilion dv7", STAC_HP_DV7_4000),
17291729
SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
17301730
"HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
17311731
SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,

0 commit comments

Comments
 (0)