diff options
author | Hui Wang <hui.wang@canonical.com> | 2018-10-10 11:57:25 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-10-10 08:59:52 +0200 |
commit | d06fb562bff5d14defdacbd92449bacbaedd5cdf (patch) | |
tree | 81395271469e5a479e9e4e5fb1b635751c85e9c7 | |
parent | 5b7c5e1f4c36b99d0f694f38b9ad910f520cb7ef (diff) | |
download | linux-d06fb562bff5d14defdacbd92449bacbaedd5cdf.tar.gz linux-d06fb562bff5d14defdacbd92449bacbaedd5cdf.tar.bz2 linux-d06fb562bff5d14defdacbd92449bacbaedd5cdf.zip |
ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
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: <stable@vger.kernel.org>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6262d7b07099..fa61674a5605 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6843,6 +6843,12 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { {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}), |