Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45d4ebf1 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Add a position_fix quirk for MSI Wind U115



MSI Wind U115 seems to require position_fix=1 explicitly.
Otherwise it screws up PulseAudio.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent bfc99025
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2234,6 +2234,7 @@ static struct snd_pci_quirk position_fix_list[] __devinitdata = {
	SND_PCI_QUIRK(0x1028, 0x01cc, "Dell D820", POS_FIX_LPIB),
	SND_PCI_QUIRK(0x1028, 0x01de, "Dell Precision 390", POS_FIX_LPIB),
	SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB),
	SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB),
	{}
};