Browse Source

ASoC: palm27x: Fix microphone route

The microphone route has sink and source swapped.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Lars-Peter Clausen 10 years ago
parent
commit
b68ef0e036
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/pxa/palm27x.c

+ 1 - 1
sound/soc/pxa/palm27x.c

@@ -68,7 +68,7 @@ static const struct snd_soc_dapm_route audio_map[] = {
 	{"Ext. Speaker", NULL, "ROUT2"},
 	{"Ext. Speaker", NULL, "ROUT2"},
 
 
 	/* mic connected to MIC1 */
 	/* mic connected to MIC1 */
-	{"Ext. Microphone", NULL, "MIC1"},
+	{"MIC1", NULL, "Ext. Microphone"},
 };
 };
 
 
 static struct snd_soc_card palm27x_asoc;
 static struct snd_soc_card palm27x_asoc;