summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/spdif_transmitter.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-19 12:10:08 +0100
committerMark Brown <broonie@linaro.org>2013-08-19 12:20:53 +0100
commitfc6061486534a8dfee02dd6b9dd523789abd9a3d (patch)
treea22de295de5185e84adf9f22bb77494aa0a70cb1 /sound/soc/codecs/spdif_transmitter.c
parent2f6e3ba0e0645011cbbd0289e9082d8007141498 (diff)
downloadlinux-fc6061486534a8dfee02dd6b9dd523789abd9a3d.tar.bz2
ASoC: spdif: Remove duplicate const
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/spdif_transmitter.c')
-rw-r--r--sound/soc/codecs/spdif_transmitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/spdif_transmitter.c b/sound/soc/codecs/spdif_transmitter.c
index 4e96d10d61a2..a078aa31052a 100644
--- a/sound/soc/codecs/spdif_transmitter.c
+++ b/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" },
};