]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ASoC: wm8904: fix the typo error for LINER Mux
authorBo Shen <voice.shen@atmel.com>
Thu, 18 Jul 2013 06:38:20 +0000 (14:38 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 18 Jul 2013 10:55:19 +0000 (11:55 +0100)
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>
sound/soc/codecs/wm8904.c

index 4c9fb142cb2d21d18ac90dd1b6e0272bf48c7e24..91dfbfeda6f81763c8afff38cc567b93b33bb218 100644 (file)
@@ -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"