Re: [PATCH 3/3] ALSA: hda/ca0132 - Fix AE-5 microphone selection commands.

2020-08-02 Thread Takashi Iwai
On Mon, 03 Aug 2020 02:29:27 +0200, Connor McAdams wrote: > > 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 Applied, thanks. Takashi

[PATCH 3/3] ALSA: hda/ca0132 - Fix AE-5 microphone selection commands.

2020-08-02 Thread Connor McAdams
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 --- sound/pci/hda/patch_ca0132.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pci/hda/patch_ca0132.c b/sou