ALSA: hda/realtek - fixed wrong gpio assigned
authorKailang Yang <kailang@realtek.com>
Mon, 13 Feb 2023 06:54:22 +0000 (14:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:57:06 +0000 (12:57 +0100)
commitc5f2151afb2ae2e4cb4a3e9b81f3fa6dfb1e7c33
tree3694549ae15941016f66c2545ee49ac998e7c154
parent1a3f8c85cd2ade3df6bf1b9fca5e235d1f4389b3
ALSA: hda/realtek - fixed wrong gpio assigned

commit 2bdccfd290d421b50df4ec6a68d832dad1310748 upstream.

GPIO2 PIN use for output. Mask Dir and Data need to assign for 0x4. Not 0x3.
This fixed was for Lenovo Desktop(0x17aa1056). GPIO2 use for AMP enable.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/8d02bb9ac8134f878cd08607fdf088fd@realtek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c