Skip to content

Commit

Permalink
ASoC: wm8904: fix the typo error for LINER Mux
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bo Shen authored and Mark Brown committed Jul 18, 2013
1 parent ad81f05 commit e94a093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8904.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ static const struct soc_enum liner_enum =
SOC_ENUM_SINGLE(WM8904_ANALOGUE_OUT12_ZC, 0, 2, out_mux_text);

static const struct snd_kcontrol_new liner_mux =
SOC_DAPM_ENUM("LINEL Mux", liner_enum);
SOC_DAPM_ENUM("LINER Mux", liner_enum);

static const char *sidetone_text[] = {
"None", "Left", "Right"
Expand Down

0 comments on commit e94a093

Please sign in to comment.