Commit b68ef0e0 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown

ASoC: palm27x: Fix microphone route

The microphone route has sink and source swapped.
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3cfaaaa0
...@@ -68,7 +68,7 @@ static const struct snd_soc_dapm_route audio_map[] = { ...@@ -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;
......
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