summaryrefslogtreecommitdiff
path: root/sound/soc/samsung/spdif.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-10-02 17:42:30 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-10-02 19:58:45 +0100
commitbc6bd90eb7bb7978e6e8d741071aaac14325e72f (patch)
treeb7403dbfb52c7e1af850bf4ffb9a5c0b1391c20e /sound/soc/samsung/spdif.c
parent019cd3b25aafb3befefb2872c3a9900f37340172 (diff)
ASoC: Staticise samsung_spdif_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung/spdif.c')
-rw-r--r--sound/soc/samsung/spdif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/spdif.c b/sound/soc/samsung/spdif.c
index c82b47152b75..3122f3154bfa 100644
--- a/sound/soc/samsung/spdif.c
+++ b/sound/soc/samsung/spdif.c
@@ -340,7 +340,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = {
.shutdown = spdif_shutdown,
};
-struct snd_soc_dai_driver samsung_spdif_dai = {
+static struct snd_soc_dai_driver samsung_spdif_dai = {
.name = "samsung-spdif",
.playback = {
.stream_name = "S/PDIF Playback",