summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-13 12:51:23 +0800
committerSebastien Jan <s-jan@ti.com>2011-12-19 15:17:11 +0100
commit84dd8f09e0eadb64d7fca33465f1ba173d267149 (patch)
treee5a32b3872a028e51d6b82b92a410f40c949c327 /sound
parent4c602ffaa67721479292de87f50a089cf3223e0a (diff)
asoc sdp4430 remove slash from aux fm
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/sdp4430.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c
index 9f0f9452719f..2809e9f8d200 100644
--- a/sound/soc/omap/sdp4430.c
+++ b/sound/soc/omap/sdp4430.c
@@ -343,7 +343,7 @@ static const struct snd_soc_dapm_widget sdp4430_twl6040_dapm_widgets[] = {
SND_SOC_DAPM_MIC("Headset Mic", NULL),
SND_SOC_DAPM_HP("Headset Stereophone", NULL),
SND_SOC_DAPM_SPK("Earphone Spk", NULL),
- SND_SOC_DAPM_INPUT("Aux/FM Stereo In"),
+ SND_SOC_DAPM_INPUT("FM Stereo In"),
SND_SOC_DAPM_MIC("Digital Mic 0", NULL),
SND_SOC_DAPM_MIC("Digital Mic 1", NULL),
@@ -372,8 +372,8 @@ static const struct snd_soc_dapm_route audio_map[] = {
{"Earphone Spk", NULL, "EP"},
/* Aux/FM Stereo In: AFML, AFMR */
- {"AFML", NULL, "Aux/FM Stereo In"},
- {"AFMR", NULL, "Aux/FM Stereo In"},
+ {"AFML", NULL, "FM Stereo In"},
+ {"AFMR", NULL, "FM Stereo In"},
/* Digital Mics: DMic0, DMic1, DMic2 with bias */
{"DMIC0", NULL, "Digital Mic1 Bias"},