diff options
author | Simon Wilson <simonwilson@google.com> | 2012-07-06 18:04:17 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-06 20:06:50 +0200 |
commit | 3e4536546beb5295e6e0459e745327ebffeade9d (patch) | |
tree | 296eb4948f915744876c2a10977be764bead96e7 /sound/soc/codecs/twl6040.c | |
parent | ASoC: pcm: Clean up logging in soc_new_pcm() (diff) | |
download | linux-3e4536546beb5295e6e0459e745327ebffeade9d.tar.xz linux-3e4536546beb5295e6e0459e745327ebffeade9d.zip |
ASoC: twl6040: fix spelling mistake
Fix spelling mistake in "High-Performance" option of twl6040 power mode.
Signed-off-by: Simon Wilson <simonwilson@google.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
-rw-r--r-- | sound/soc/codecs/twl6040.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index a36e9fcdf184..0ff1e70b7770 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c @@ -553,7 +553,7 @@ static const struct snd_kcontrol_new vibrar_mux_controls = /* Headset power mode */ static const char *twl6040_power_mode_texts[] = { - "Low-Power", "High-Perfomance", + "Low-Power", "High-Performance", }; static const struct soc_enum twl6040_power_mode_enum = |