mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
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
@ -68,7 +68,7 @@ static const struct snd_soc_dapm_route audio_map[] = {
|
||||
{"Ext. Speaker", NULL, "ROUT2"},
|
||||
|
||||
/* mic connected to MIC1 */
|
||||
{"Ext. Microphone", NULL, "MIC1"},
|
||||
{"MIC1", NULL, "Ext. Microphone"},
|
||||
};
|
||||
|
||||
static struct snd_soc_card palm27x_asoc;
|
||||
|
Loading…
Reference in New Issue
Block a user