diff options
author | Simon Wilson <simonwilson@google.com> | 2012-07-06 12:04:17 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-06 14:06:50 -0400 |
commit | 3e4536546beb5295e6e0459e745327ebffeade9d (patch) | |
tree | 296eb4948f915744876c2a10977be764bead96e7 /sound/soc/codecs/twl6040.c | |
parent | 5cb9b7482270972421a1f2d4145efc60d7ee1176 (diff) |
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 = | |||
553 | 553 | ||
554 | /* Headset power mode */ | 554 | /* Headset power mode */ |
555 | static const char *twl6040_power_mode_texts[] = { | 555 | static const char *twl6040_power_mode_texts[] = { |
556 | "Low-Power", "High-Perfomance", | 556 | "Low-Power", "High-Performance", |
557 | }; | 557 | }; |
558 | 558 | ||
559 | static const struct soc_enum twl6040_power_mode_enum = | 559 | static const struct soc_enum twl6040_power_mode_enum = |