projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6e3ba
)
ASoC: spdif: Remove duplicate const
author
Mark Brown
<broonie@linaro.org>
Mon, 19 Aug 2013 11:10:08 +0000
(12:10 +0100)
committer
Mark Brown
<broonie@linaro.org>
Mon, 19 Aug 2013 11:20:53 +0000
(12:20 +0100)
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/spdif_transmitter.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/spdif_transmitter.c
b/sound/soc/codecs/spdif_transmitter.c
index
4e96d10
..
a078aa3
100644
(file)
--- 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" },
};