aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/pxa/spitz.c4
-rw-r--r--sound/soc/pxa/z2.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c
index 07d77cddac60..d38a2b519c52 100644
--- a/sound/soc/pxa/spitz.c
+++ b/sound/soc/pxa/spitz.c
@@ -230,8 +230,8 @@ static const struct snd_soc_dapm_route spitz_audio_map[] = {
230 {"Headset Jack", NULL, "ROUT1"}, 230 {"Headset Jack", NULL, "ROUT1"},
231 231
232 /* ext speaker connected to LOUT2, ROUT2 */ 232 /* ext speaker connected to LOUT2, ROUT2 */
233 {"Ext Spk", NULL , "ROUT2"}, 233 {"Ext Spk", NULL, "ROUT2"},
234 {"Ext Spk", NULL , "LOUT2"}, 234 {"Ext Spk", NULL, "LOUT2"},
235 235
236 /* mic is connected to input 1 - with bias */ 236 /* mic is connected to input 1 - with bias */
237 {"LINPUT1", NULL, "Mic Bias"}, 237 {"LINPUT1", NULL, "Mic Bias"},
diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c
index 990b1aa6d7f6..6d88d9acc666 100644
--- a/sound/soc/pxa/z2.c
+++ b/sound/soc/pxa/z2.c
@@ -119,8 +119,8 @@ static const struct snd_soc_dapm_route z2_audio_map[] = {
119 {"Headphone Jack", NULL, "ROUT1"}, 119 {"Headphone Jack", NULL, "ROUT1"},
120 120
121 /* ext speaker connected to LOUT2, ROUT2 */ 121 /* ext speaker connected to LOUT2, ROUT2 */
122 {"Ext Spk", NULL , "ROUT2"}, 122 {"Ext Spk", NULL, "ROUT2"},
123 {"Ext Spk", NULL , "LOUT2"}, 123 {"Ext Spk", NULL, "LOUT2"},
124 124
125 /* mic is connected to R input 2 - with bias */ 125 /* mic is connected to R input 2 - with bias */
126 {"RINPUT2", NULL, "Mic Bias"}, 126 {"RINPUT2", NULL, "Mic Bias"},