aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 799ba2570902..ac2d528feb8d 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1602,6 +1602,10 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1602 "Dell Studio 1555", STAC_DELL_M6_DMIC), 1602 "Dell Studio 1555", STAC_DELL_M6_DMIC),
1603 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd, 1603 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1604 "Dell Studio 1557", STAC_DELL_M6_DMIC), 1604 "Dell Studio 1557", STAC_DELL_M6_DMIC),
1605 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
1606 "Dell Studio XPS 1645", STAC_DELL_M6_BOTH),
1607 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
1608 "Dell Studio 1558", STAC_DELL_M6_BOTH),
1605 {} /* terminator */ 1609 {} /* terminator */
1606}; 1610};
1607 1611
@@ -1725,6 +1729,8 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1725 "HP HDX", STAC_HP_HDX), /* HDX16 */ 1729 "HP HDX", STAC_HP_HDX), /* HDX16 */
1726 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620, 1730 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1727 "HP dv6", STAC_HP_DV5), 1731 "HP dv6", STAC_HP_DV5),
1732 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1733 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
1728 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010, 1734 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1729 "HP", STAC_HP_DV5), 1735 "HP", STAC_HP_DV5),
1730 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, 1736 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,