diff options
| -rw-r--r-- | sound/soc/pxa/palm27x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/palm27x.c b/sound/soc/pxa/palm27x.c index 1eebca2f0a97..5a0b82f93b15 100644 --- a/sound/soc/pxa/palm27x.c +++ b/sound/soc/pxa/palm27x.c | |||
| @@ -68,7 +68,7 @@ static const struct snd_soc_dapm_route audio_map[] = { | |||
| 68 | {"Ext. Speaker", NULL, "ROUT2"}, | 68 | {"Ext. Speaker", NULL, "ROUT2"}, |
| 69 | 69 | ||
| 70 | /* mic connected to MIC1 */ | 70 | /* mic connected to MIC1 */ |
| 71 | {"Ext. Microphone", NULL, "MIC1"}, | 71 | {"MIC1", NULL, "Ext. Microphone"}, |
| 72 | }; | 72 | }; |
| 73 | 73 | ||
| 74 | static struct snd_soc_card palm27x_asoc; | 74 | static struct snd_soc_card palm27x_asoc; |
