]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ALSA: hda/ca0132 - Fix AE-5 microphone selection commands.
authorConnor McAdams <conmanx360@gmail.com>
Mon, 3 Aug 2020 00:29:27 +0000 (20:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Aug 2020 13:33:33 +0000 (15:33 +0200)
commit 7fe3530427e52dd53cd7366914864e29215180a4 upstream.

The ca0113 command had the wrong group_id, 0x48 when it should've been
0x30. The front microphone selection should now work.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200803002928.8638-3-conmanx360@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_ca0132.c

index f250ae0a8cb2012aecee3f6fe93c118b8c768c69..6aa39339db0abc0547116d13271fd82cdc8af26a 100644 (file)
@@ -4671,7 +4671,7 @@ static int ca0132_alt_select_in(struct hda_codec *codec)
                        tmp = FLOAT_ONE;
                        break;
                case QUIRK_AE5:
-                       ca0113_mmio_command_set(codec, 0x48, 0x28, 0x00);
+                       ca0113_mmio_command_set(codec, 0x30, 0x28, 0x00);
                        tmp = FLOAT_THREE;
                        break;
                default:
@@ -4717,7 +4717,7 @@ static int ca0132_alt_select_in(struct hda_codec *codec)
                        r3di_gpio_mic_set(codec, R3DI_REAR_MIC);
                        break;
                case QUIRK_AE5:
-                       ca0113_mmio_command_set(codec, 0x48, 0x28, 0x00);
+                       ca0113_mmio_command_set(codec, 0x30, 0x28, 0x00);
                        break;
                default:
                        break;
@@ -4756,7 +4756,7 @@ static int ca0132_alt_select_in(struct hda_codec *codec)
                        tmp = FLOAT_ONE;
                        break;
                case QUIRK_AE5:
-                       ca0113_mmio_command_set(codec, 0x48, 0x28, 0x3f);
+                       ca0113_mmio_command_set(codec, 0x30, 0x28, 0x3f);
                        tmp = FLOAT_THREE;
                        break;
                default: