ALSA: hda - Fix mic regression by ASRock mobo fixup
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 Nov 2016 11:33:20 +0000 (12:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Nov 2016 11:33:20 +0000 (12:33 +0100)
commit9a2541910dc7eaaa6859eea8a0ffda673059a623
treee561587726454d4037e7cf1aa57dd31a6af2fe69
parent2ecb704a1290edb5e3d53a75529192e7ed2a1a28
ALSA: hda - Fix mic regression by ASRock mobo fixup

The commit [1a3f099101b8: ALSA: hda - Fix surround output pins for
ASRock B150M mobo] introduced a fixup of pin configs for ASRock
mobos to fix the surround outputs.  However, this overrides the pin
configs of the mic pins as if they are outputs-only, effectively
disabling the mic inputs.  Of course, it's a regression wrt mic
functionality.

Actually the pins 0x18 and 0x1a don't need to be changed; we just need
to disable the bogus pins 0x14 and 0x15.  Then the auto-parser will
pick up mic pins as switchable and assign the surround outputs there.

This patch removes the incorrect pin overrides of NID 0x18 and 0x1a
from the ASRock fixup.

Fixes: 1a3f099101b8 ('ALSA: hda - Fix surround output pins for ASRock...')
Reported-and-tested-by: Vitor Antunes <vitor.hda@gmail.com>
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=187431
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c