]> git.baikalelectronics.ru Git - kernel.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)
commitf53b9a8d04a5be21d84c5d79e80fa7ad964a617c
tree640dc338f300383bf830ab221c994d3d5660bfe3
parent63d18ca62fb8217753b1e8f311cc4aa76020bbb8
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: 2af222cc75b9 ("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