diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-13 14:33:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-11 09:06:50 -0800 |
commit | 73396089a501bdaa98a70efbd358c29daa7af0d9 (patch) | |
tree | 46c6518f2b15f80301124b9740bc11f30476d118 | |
parent | 37cb3a0366a60bca8f0bb4123639404c36402f70 (diff) | |
download | linux-3.10-73396089a501bdaa98a70efbd358c29daa7af0d9.tar.gz linux-3.10-73396089a501bdaa98a70efbd358c29daa7af0d9.tar.bz2 linux-3.10-73396089a501bdaa98a70efbd358c29daa7af0d9.zip |
ALSA: hda - Fix pin configuration of HP Pavilion dv7
commit 8ae5865ec77c22462c736846a0679947a6953548 upstream.
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 04cd44fa224..137b67f8e69 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1695,7 +1695,7 @@ static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = { SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658, "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659, - "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), + "HP Pavilion dv7", STAC_HP_DV7_4000), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A, "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B, |