Re: [PATCH v3 2/3] ALSA: hda: fix front speakers on Huawei MBXP.

2018-11-09 Thread Takashi Iwai
On Thu, 08 Nov 2018 18:16:54 +0100, Ayman Bagabas wrote: > > @@ -6592,6 +6609,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { > SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", > ALC269_FIXUP_LIMIT_INT_MIC_BOOST), > SND_PCI_QUIRK(0x17aa, 0x511e, "Thinkpad", ALC298_FIXUP_TPT470_

[PATCH v3 2/3] ALSA: hda: fix front speakers on Huawei MBXP.

2018-11-08 Thread Ayman Bagabas
This patch solves bug 200501 'Only 2 of 4 speakers playing sound.' https://bugzilla.kernel.org/show_bug.cgi?id=200501 It enables the front speakers on Huawei Matebook X Pro laptops. These laptops come with Dolby Atmos sound system and these pins configuration enables the front speakers. Signed-off