From: Mark Brown Date: Tue, 16 Mar 2010 16:09:47 +0000 (+0000) Subject: ASoC: Correct typoed Mic2 connections on 1133-EV1 board X-Git-Tag: v3.0~4226^2~7^2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27648b2f1c464f8827cc01ba4eb21580b5402947;p=platform%2Fkernel%2Flinux-amlogic.git ASoC: Correct typoed Mic2 connections on 1133-EV1 board Signed-off-by: Mark Brown --- diff --git a/sound/soc/imx/wm1133-ev1.c b/sound/soc/imx/wm1133-ev1.c index b75fcde..0af987e 100644 --- a/sound/soc/imx/wm1133-ev1.c +++ b/sound/soc/imx/wm1133-ev1.c @@ -181,8 +181,8 @@ static const struct snd_soc_dapm_route wm1133_ev1_map[] = { /* Mic 2 Jack --> IN1RN and IN1RP (with automatic bias) */ { "IN1RN", NULL, "Mic Bias" }, - { "IN1RP", NULL, "Mic1 Jack" }, - { "Mic Bias", NULL, "Mic1 Jack" }, + { "IN1RP", NULL, "Mic2 Jack" }, + { "Mic Bias", NULL, "Mic2 Jack" }, /* Line in Jack --> AUX (L+R) */ { "IN3R", NULL, "Line In Jack" },