[alsa-devel] [PATCH] ASoC: twl6040: fix spelling mistake
From: Simon Wilson simonwilson@google.com
Fix spelling mistake in "High-Performance" option of twl6040 power mode.
Signed-off-by: Simon Wilson simonwilson@google.com --- sound/soc/codecs/twl6040.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index a36e9fc..0ff1e70 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 =
On Fri, Jul 06, 2012 at 05:04:17PM +0100, Liam Girdwood wrote:
From: Simon Wilson simonwilson@google.com
Fix spelling mistake in "High-Performance" option of twl6040 power mode.
Signed-off-by: Simon Wilson simonwilson@google.com
Applied (with your signoff as discussed offline).
participants (2)
-
Liam Girdwood
-
Mark Brown