[alsa-devel] [PATCH 2/3] ASoC: Staticise samsung_spdif_dai
Axel Lin
axel.lin at gmail.com
Sun Oct 2 11:42:30 CEST 2011
Signed-off-by: Axel Lin <axel.lin at gmail.com>
---
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 965b2bd..468cff1 100644
--- a/sound/soc/samsung/spdif.c
+++ b/sound/soc/samsung/spdif.c
@@ -341,7 +341,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",
--
1.7.4.1
More information about the Alsa-devel
mailing list