Re: [PATCH 2/2] ALSA: hda/ca0132 - fix AE-5 pincfg

2018-11-19 Thread Takashi Iwai
On Fri, 16 Nov 2018 20:24:56 +0100,
Connor McAdams wrote:
> 
> This patch fixes the pincfg assignment for the AE-5, which was
> previously using the Recon3D pincfg's by mistake.
> 
> Signed-off-by: Connor McAdams 

Applied, thanks.


Takashi


Re: [PATCH 2/2] ALSA: hda/ca0132 - fix AE-5 pincfg

2018-11-19 Thread Takashi Iwai
On Fri, 16 Nov 2018 20:24:56 +0100,
Connor McAdams wrote:
> 
> This patch fixes the pincfg assignment for the AE-5, which was
> previously using the Recon3D pincfg's by mistake.
> 
> Signed-off-by: Connor McAdams 

Applied, thanks.


Takashi


[PATCH 2/2] ALSA: hda/ca0132 - fix AE-5 pincfg

2018-11-16 Thread Connor McAdams
This patch fixes the pincfg assignment for the AE-5, which was
previously using the Recon3D pincfg's by mistake.

Signed-off-by: Connor McAdams 
---
 sound/pci/hda/patch_ca0132.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index 4c21bd24bcbd..eee432287c15 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -8527,7 +8527,7 @@ static void ca0132_config(struct hda_codec *codec)
break;
case QUIRK_AE5:
codec_dbg(codec, "%s: QUIRK_AE5 applied.\n", __func__);
-   snd_hda_apply_pincfgs(codec, r3di_pincfgs);
+   snd_hda_apply_pincfgs(codec, ae5_pincfgs);
break;
default:
break;
-- 
2.18.1



[PATCH 2/2] ALSA: hda/ca0132 - fix AE-5 pincfg

2018-11-16 Thread Connor McAdams
This patch fixes the pincfg assignment for the AE-5, which was
previously using the Recon3D pincfg's by mistake.

Signed-off-by: Connor McAdams 
---
 sound/pci/hda/patch_ca0132.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index 4c21bd24bcbd..eee432287c15 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -8527,7 +8527,7 @@ static void ca0132_config(struct hda_codec *codec)
break;
case QUIRK_AE5:
codec_dbg(codec, "%s: QUIRK_AE5 applied.\n", __func__);
-   snd_hda_apply_pincfgs(codec, r3di_pincfgs);
+   snd_hda_apply_pincfgs(codec, ae5_pincfgs);
break;
default:
break;
-- 
2.18.1