]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/realtek - Fix the problem of two front mics on more machines
authorHui Wang <hui.wang@canonical.com>
Mon, 25 Jun 2018 06:40:56 +0000 (14:40 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 25 Jun 2018 08:01:29 +0000 (10:01 +0200)
commite41fc8c5bd41b96bfae5ce4c66bee6edabc932e8
tree640dc338f300383bf830ab221c994d3d5660bfe3
parent275ec0cb946cb75ac8977f662e608fce92f8b8a8
ALSA: hda/realtek - Fix the problem of two front mics on more machines

We have 3 more Lenovo machines, they all have 2 front mics on them,
so they need the fixup to change the location for one of two mics.

Among these 3 Lenovo machines, one of them has the same pin cfg as the
machine with subid 0x17aa3138, so use the pin cfg table to apply fixup
for them. The rest machines don't share the same pin cfg, so far use
the subid to apply fixup for them.

Fixes: a3dafb2200bf ("ALSA: hda/realtek - adjust the location of one mic")
Cc: <stable@vger.kernel.org>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c