From: Takashi Iwai Date: Mon, 30 Nov 2009 10:58:30 +0000 (+0100) Subject: ALSA: hda - Add a position_fix quirk for MSI Wind U115 X-Git-Tag: firefly_0821_release~10186^2~2098 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3a8c3769fb3c3210377b7e3adbbf7e9c6095b182;p=firefly-linux-kernel-4.4.55.git ALSA: hda - Add a position_fix quirk for MSI Wind U115 commit 45d4ebf1a6255f2234a041685789cbecac3453f1 upstream. MSI Wind U115 seems to require position_fix=1 explicitly. Otherwise it screws up PulseAudio. Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index f600dedcc50e..f713928fe5c7 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2226,6 +2226,7 @@ static struct snd_pci_quirk position_fix_list[] __devinitdata = { SND_PCI_QUIRK(0x1028, 0x01de, "Dell Precision 390", POS_FIX_LPIB), SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB), SND_PCI_QUIRK(0x1028, 0x01f6, "Dell Latitude 131L", POS_FIX_LPIB), + SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB), SND_PCI_QUIRK(0x1565, 0x820f, "Biostar Microtech", POS_FIX_LPIB), {} };