Commit fc606148 authored by Mark Brown's avatar Mark Brown

ASoC: spdif: Remove duplicate const

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 2f6e3ba0
......@@ -33,7 +33,7 @@ static const struct snd_soc_dapm_widget dit_widgets[] = {
SND_SOC_DAPM_OUTPUT("spdif-out"),
};
static const const struct snd_soc_dapm_route dit_routes[] = {
static const struct snd_soc_dapm_route dit_routes[] = {
{ "spdif-out", NULL, "Playback" },
};
......
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