Browse Source

ASoC: spdif: Remove duplicate const

Signed-off-by: Mark Brown <broonie@linaro.org>
Mark Brown 12 years ago
parent
commit
fc60614865
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/spdif_transmitter.c

+ 1 - 1
sound/soc/codecs/spdif_transmitter.c

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