diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index aeb5d2126dae..7320059b7135 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1823,6 +1823,8 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = { | |||
1823 | "HP dv7", STAC_HP_DV5), | 1823 | "HP dv7", STAC_HP_DV5), |
1824 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7, | 1824 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7, |
1825 | "HP dv4", STAC_HP_DV5), | 1825 | "HP dv4", STAC_HP_DV5), |
1826 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb, | ||
1827 | "HP dv7", STAC_HP_DV5), | ||
1826 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc, | 1828 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc, |
1827 | "HP dv7", STAC_HP_M4), | 1829 | "HP dv7", STAC_HP_M4), |
1828 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3600, | 1830 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3600, |
@@ -5170,6 +5172,10 @@ again: | |||
5170 | spec->num_smuxes = 0; | 5172 | spec->num_smuxes = 0; |
5171 | spec->num_dmuxes = 0; | 5173 | spec->num_dmuxes = 0; |
5172 | break; | 5174 | break; |
5175 | case STAC_HP_DV5: | ||
5176 | stac_change_pin_config(codec, 0x0d, 0x90170010); | ||
5177 | stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN); | ||
5178 | break; | ||
5173 | }; | 5179 | }; |
5174 | 5180 | ||
5175 | spec->multiout.dac_nids = spec->dac_nids; | 5181 | spec->multiout.dac_nids = spec->dac_nids; |