ASoC: spdif: Remove duplicate const

Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Mark Brown 2013-08-19 12:10:08 +01:00
parent 2f6e3ba0e0
commit fc60614865

View file

@ -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" },
};