From 6691dddb9872e784adfd477636ecbbb660a4a09b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 26 Apr 2012 17:52:35 +0200 Subject: [PATCH] --- yaml --- r: 305802 b: refs/heads/master c: f3af90517d87bf8f4b21c2e68c8a15d9b7fd516e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8712063009f5..715c8db671bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b012513c66cfb41f816532f93a934b5c0b38c1bf +refs/heads/master: f3af90517d87bf8f4b21c2e68c8a15d9b7fd516e diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 7b6a8232f350..fc33eb9e0174 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -2551,6 +2551,8 @@ static struct snd_pci_quirk probe_mask_list[] __devinitdata = { /* forced codec slots */ SND_PCI_QUIRK(0x1043, 0x1262, "ASUS W5Fm", 0x103), SND_PCI_QUIRK(0x1046, 0x1262, "ASUS W5F", 0x103), + /* WinFast VP200 H (Teradici) user reported broken communication */ + SND_PCI_QUIRK(0x3a21, 0x040d, "WinFast VP200 H", 0x101), {} };