diff options
author | Simon Wilson <simonwilson@google.com> | 2012-07-06 17:04:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-06 19:06:50 +0100 |
commit | 3e4536546beb5295e6e0459e745327ebffeade9d (patch) | |
tree | 296eb4948f915744876c2a10977be764bead96e7 /sound | |
parent | 5cb9b7482270972421a1f2d4145efc60d7ee1176 (diff) | |
download | blackbird-op-linux-3e4536546beb5295e6e0459e745327ebffeade9d.tar.gz blackbird-op-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')
-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 = |