Commit 09ad28a3 authored by Katsuhiro Suzuki's avatar Katsuhiro Suzuki Committed by Mark Brown

ASoC: uniphier: evea: fix typo 'eva' -> 'evea'

Signed-off-by: default avatarKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Reviewed-by: default avatarMasami Hiramatsu <masami.hiramatsu@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 53b8e450
...@@ -292,7 +292,7 @@ static int evea_set_switch_hp(struct snd_kcontrol *kcontrol, ...@@ -292,7 +292,7 @@ static int evea_set_switch_hp(struct snd_kcontrol *kcontrol,
return evea_update_switch_hp(evea); return evea_update_switch_hp(evea);
} }
static const struct snd_kcontrol_new eva_controls[] = { static const struct snd_kcontrol_new evea_controls[] = {
SOC_SINGLE_BOOL_EXT("Line Capture Switch", 0, SOC_SINGLE_BOOL_EXT("Line Capture Switch", 0,
evea_get_switch_lin, evea_set_switch_lin), evea_get_switch_lin, evea_set_switch_lin),
SOC_SINGLE_BOOL_EXT("Line Playback Switch", 0, SOC_SINGLE_BOOL_EXT("Line Playback Switch", 0,
...@@ -384,8 +384,8 @@ static struct snd_soc_component_driver soc_codec_evea = { ...@@ -384,8 +384,8 @@ static struct snd_soc_component_driver soc_codec_evea = {
.num_dapm_widgets = ARRAY_SIZE(evea_widgets), .num_dapm_widgets = ARRAY_SIZE(evea_widgets),
.dapm_routes = evea_routes, .dapm_routes = evea_routes,
.num_dapm_routes = ARRAY_SIZE(evea_routes), .num_dapm_routes = ARRAY_SIZE(evea_routes),
.controls = eva_controls, .controls = evea_controls,
.num_controls = ARRAY_SIZE(eva_controls), .num_controls = ARRAY_SIZE(evea_controls),
.idle_bias_on = 1, .idle_bias_on = 1,
.use_pmdown_time = 1, .use_pmdown_time = 1,
.endianness = 1, .endianness = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment