diff options
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 2191735068e1..f9b256388921 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1650,6 +1650,8 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = { | |||
1650 | /* SigmaTel reference board */ | 1650 | /* SigmaTel reference board */ |
1651 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, | 1651 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
1652 | "DFI LanParty", STAC_92HD71BXX_REF), | 1652 | "DFI LanParty", STAC_92HD71BXX_REF), |
1653 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a, | ||
1654 | "unknown HP", STAC_HP_M4), | ||
1653 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, | 1655 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, |
1654 | "unknown Dell", STAC_DELL_M4_1), | 1656 | "unknown Dell", STAC_DELL_M4_1), |
1655 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, | 1657 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, |