diff options
author | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> | 2018-02-20 04:53:10 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-20 06:59:20 -0500 |
commit | 09ad28a31c27df439e838ee5700d4e2dfea0e462 (patch) | |
tree | 34b8bf0cb1a4b690c82138a1d62c9b16a5a16b86 | |
parent | 53b8e4504aaa7fc88fd18e6caac3a4d4367bd4a4 (diff) |
ASoC: uniphier: evea: fix typo 'eva' -> 'evea'
Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/uniphier/evea.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/uniphier/evea.c b/sound/soc/uniphier/evea.c index cad7e60de21d..ac2d30b55fb6 100644 --- a/sound/soc/uniphier/evea.c +++ b/sound/soc/uniphier/evea.c | |||
@@ -292,7 +292,7 @@ static int evea_set_switch_hp(struct snd_kcontrol *kcontrol, | |||
292 | return evea_update_switch_hp(evea); | 292 | return evea_update_switch_hp(evea); |
293 | } | 293 | } |
294 | 294 | ||
295 | static const struct snd_kcontrol_new eva_controls[] = { | 295 | static const struct snd_kcontrol_new evea_controls[] = { |
296 | SOC_SINGLE_BOOL_EXT("Line Capture Switch", 0, | 296 | SOC_SINGLE_BOOL_EXT("Line Capture Switch", 0, |
297 | evea_get_switch_lin, evea_set_switch_lin), | 297 | evea_get_switch_lin, evea_set_switch_lin), |
298 | SOC_SINGLE_BOOL_EXT("Line Playback Switch", 0, | 298 | SOC_SINGLE_BOOL_EXT("Line Playback Switch", 0, |
@@ -384,8 +384,8 @@ static struct snd_soc_component_driver soc_codec_evea = { | |||
384 | .num_dapm_widgets = ARRAY_SIZE(evea_widgets), | 384 | .num_dapm_widgets = ARRAY_SIZE(evea_widgets), |
385 | .dapm_routes = evea_routes, | 385 | .dapm_routes = evea_routes, |
386 | .num_dapm_routes = ARRAY_SIZE(evea_routes), | 386 | .num_dapm_routes = ARRAY_SIZE(evea_routes), |
387 | .controls = eva_controls, | 387 | .controls = evea_controls, |
388 | .num_controls = ARRAY_SIZE(eva_controls), | 388 | .num_controls = ARRAY_SIZE(evea_controls), |
389 | .idle_bias_on = 1, | 389 | .idle_bias_on = 1, |
390 | .use_pmdown_time = 1, | 390 | .use_pmdown_time = 1, |
391 | .endianness = 1, | 391 | .endianness = 1, |