4.14-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Hui Wang <hui.w...@canonical.com>

commit d06fb562bff5d14defdacbd92449bacbaedd5cdf upstream.

The front MIC on the Lenovo M715 can't record sound, after applying
the ALC294_FIXUP_LENOVO_MIC_LOCATION, the problem is fixed. So add
the pin configuration of this machine to the pin quirk table.

Cc: <sta...@vger.kernel.org>
Signed-off-by: Hui Wang <hui.w...@canonical.com>
Signed-off-by: Takashi Iwai <ti...@suse.de>
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

---
 sound/pci/hda/patch_realtek.c |    6 ++++++
 1 file changed, 6 insertions(+)

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6631,6 +6631,12 @@ static const struct snd_hda_pin_quirk al
                {0x21, 0x0221101f}),
        SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", 
ALC294_FIXUP_LENOVO_MIC_LOCATION,
                {0x14, 0x90170110},
+               {0x19, 0x02a11030},
+               {0x1a, 0x02a11040},
+               {0x1b, 0x01011020},
+               {0x21, 0x0221101f}),
+       SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", 
ALC294_FIXUP_LENOVO_MIC_LOCATION,
+               {0x14, 0x90170110},
                {0x19, 0x02a11020},
                {0x1a, 0x02a11030},
                {0x21, 0x0221101f}),


Reply via email to