]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.32.10/alsa-hda-add-a-position_fix-quirk-for-msi-wind-u115.patch
5.1-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.10 / alsa-hda-add-a-position_fix-quirk-for-msi-wind-u115.patch
CommitLineData
fd57d93e
GKH
1From 45d4ebf1a6255f2234a041685789cbecac3453f1 Mon Sep 17 00:00:00 2001
2From: Takashi Iwai <tiwai@suse.de>
3Date: Mon, 30 Nov 2009 11:58:30 +0100
4Subject: ALSA: hda - Add a position_fix quirk for MSI Wind U115
5
6From: Takashi Iwai <tiwai@suse.de>
7
8commit 45d4ebf1a6255f2234a041685789cbecac3453f1 upstream.
9
10MSI Wind U115 seems to require position_fix=1 explicitly.
11Otherwise it screws up PulseAudio.
12
13Signed-off-by: Takashi Iwai <tiwai@suse.de>
14Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15
16---
17 sound/pci/hda/hda_intel.c | 1 +
18 1 file changed, 1 insertion(+)
19
20--- a/sound/pci/hda/hda_intel.c
21+++ b/sound/pci/hda/hda_intel.c
22@@ -2226,6 +2226,7 @@ static struct snd_pci_quirk position_fix
23 SND_PCI_QUIRK(0x1028, 0x01de, "Dell Precision 390", POS_FIX_LPIB),
24 SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB),
25 SND_PCI_QUIRK(0x1028, 0x01f6, "Dell Latitude 131L", POS_FIX_LPIB),
26+ SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB),
27 SND_PCI_QUIRK(0x1565, 0x820f, "Biostar Microtech", POS_FIX_LPIB),
28 {}
29 };