diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 7b6a8232f350..fc33eb9e0174 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -2551,6 +2551,8 @@ static struct snd_pci_quirk probe_mask_list[] __devinitdata = { | |||
2551 | /* forced codec slots */ | 2551 | /* forced codec slots */ |
2552 | SND_PCI_QUIRK(0x1043, 0x1262, "ASUS W5Fm", 0x103), | 2552 | SND_PCI_QUIRK(0x1043, 0x1262, "ASUS W5Fm", 0x103), |
2553 | SND_PCI_QUIRK(0x1046, 0x1262, "ASUS W5F", 0x103), | 2553 | SND_PCI_QUIRK(0x1046, 0x1262, "ASUS W5F", 0x103), |
2554 | /* WinFast VP200 H (Teradici) user reported broken communication */ | ||
2555 | SND_PCI_QUIRK(0x3a21, 0x040d, "WinFast VP200 H", 0x101), | ||
2554 | {} | 2556 | {} |
2555 | }; | 2557 | }; |
2556 | 2558 | ||