diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-07-18 02:38:20 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-18 06:55:19 -0400 |
commit | e94a093c1c7a1b06fa574c99f69ed594e0c52ff2 (patch) | |
tree | 1dc119a9c2f22a53752e371dbc6ad3b1e43211c7 /sound | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
ASoC: wm8904: fix the typo error for LINER Mux
fix the typo error, from "LINEL Mux" to "LINER Mux"
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8904.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c index 4c9fb142cb2d..91dfbfeda6f8 100644 --- a/sound/soc/codecs/wm8904.c +++ b/sound/soc/codecs/wm8904.c | |||
@@ -1012,7 +1012,7 @@ static const struct soc_enum liner_enum = | |||
1012 | SOC_ENUM_SINGLE(WM8904_ANALOGUE_OUT12_ZC, 0, 2, out_mux_text); | 1012 | SOC_ENUM_SINGLE(WM8904_ANALOGUE_OUT12_ZC, 0, 2, out_mux_text); |
1013 | 1013 | ||
1014 | static const struct snd_kcontrol_new liner_mux = | 1014 | static const struct snd_kcontrol_new liner_mux = |
1015 | SOC_DAPM_ENUM("LINEL Mux", liner_enum); | 1015 | SOC_DAPM_ENUM("LINER Mux", liner_enum); |
1016 | 1016 | ||
1017 | static const char *sidetone_text[] = { | 1017 | static const char *sidetone_text[] = { |
1018 | "None", "Left", "Right" | 1018 | "None", "Left", "Right" |