summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/tegra/tegra_wm8903.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c
index a75d67b2d973..24f69e40f7d2 100644
--- a/sound/soc/tegra/tegra_wm8903.c
+++ b/sound/soc/tegra/tegra_wm8903.c
@@ -487,7 +487,7 @@ static int tegra_wm8903_event_ext_mic(struct snd_soc_dapm_widget *w,
static const struct snd_soc_dapm_widget cardhu_dapm_widgets[] = {
SND_SOC_DAPM_SPK("Int Spk", tegra_wm8903_event_int_spk),
SND_SOC_DAPM_HP("Headphone Jack", tegra_wm8903_event_hp),
- SND_SOC_DAPM_LINE("Line Out", NULL),
+ SND_SOC_DAPM_LINE("LineOut", NULL),
SND_SOC_DAPM_MIC("Mic Jack", tegra_wm8903_event_ext_mic),
SND_SOC_DAPM_MIC("Int Mic", tegra_wm8903_event_int_mic),
SND_SOC_DAPM_LINE("Line In", NULL),
@@ -517,8 +517,8 @@ static const struct snd_soc_dapm_route cardhu_audio_map[] = {
{"Int Spk", NULL, "RON"},
{"Int Spk", NULL, "LOP"},
{"Int Spk", NULL, "LON"},
- {"Line Out", NULL, "LINEOUTL"},
- {"Line Out", NULL, "LINEOUTR"},
+ {"LineOut", NULL, "LINEOUTL"},
+ {"LineOut", NULL, "LINEOUTR"},
{"Mic Bias", NULL, "Mic Jack"},
{"IN1L", NULL, "Mic Bias"},
{"Mic Bias", NULL, "Int Mic"},
@@ -562,7 +562,7 @@ static const struct snd_soc_dapm_route aebl_audio_map[] = {
static const struct snd_kcontrol_new cardhu_controls[] = {
SOC_DAPM_PIN_SWITCH("Int Spk"),
SOC_DAPM_PIN_SWITCH("Headphone Jack"),
- SOC_DAPM_PIN_SWITCH("Line Out"),
+ SOC_DAPM_PIN_SWITCH("LineOut"),
SOC_DAPM_PIN_SWITCH("Mic Jack"),
SOC_DAPM_PIN_SWITCH("Int Mic"),
SOC_DAPM_PIN_SWITCH("Line In"),