Commit a6b0961b authored by Connor McAdams's avatar Connor McAdams Committed by Takashi Iwai

ALSA: hda/ca0132 - fix AE-5 pincfg

This patch fixes the pincfg assignment for the AE-5, which was
previously using the Recon3D pincfg's by mistake.

Fixes: d06feaf0 ("ALSA: hda/ca0132 - Add pincfg for AE-5")
Signed-off-by: default avatarConnor McAdams <conmanx360@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent cce99729
...@@ -8489,7 +8489,7 @@ static void ca0132_config(struct hda_codec *codec) ...@@ -8489,7 +8489,7 @@ static void ca0132_config(struct hda_codec *codec)
break; break;
case QUIRK_AE5: case QUIRK_AE5:
codec_dbg(codec, "%s: QUIRK_AE5 applied.\n", __func__); codec_dbg(codec, "%s: QUIRK_AE5 applied.\n", __func__);
snd_hda_apply_pincfgs(codec, r3di_pincfgs); snd_hda_apply_pincfgs(codec, ae5_pincfgs);
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment