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>
This commit is contained in:
parent
3cfaaaa0e7
commit
b68ef0e036
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue