diff options
-rw-r--r-- | sound/soc/samsung/spdif.c | 2 |
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 = { | |||
340 | .shutdown = spdif_shutdown, | 340 | .shutdown = spdif_shutdown, |
341 | }; | 341 | }; |
342 | 342 | ||
343 | struct snd_soc_dai_driver samsung_spdif_dai = { | 343 | static struct snd_soc_dai_driver samsung_spdif_dai = { |
344 | .name = "samsung-spdif", | 344 | .name = "samsung-spdif", |
345 | .playback = { | 345 | .playback = { |
346 | .stream_name = "S/PDIF Playback", | 346 | .stream_name = "S/PDIF Playback", |