[alsa-devel] [PATCH 3/3] ASoC: Staticise alchemy_pcm_soc_platform

Axel Lin axel.lin at gmail.com
Tue Dec 13 03:15:40 CET 2011


Signed-off-by: Axel Lin <axel.lin at gmail.com>
---
 sound/soc/au1x/dma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/au1x/dma.c b/sound/soc/au1x/dma.c
index dc4dae4..c4017bd 100644
--- a/sound/soc/au1x/dma.c
+++ b/sound/soc/au1x/dma.c
@@ -316,7 +316,7 @@ static int alchemy_pcm_new(struct snd_soc_pcm_runtime *rtd)
 	return 0;
 }
 
-struct snd_soc_platform_driver alchemy_pcm_soc_platform = {
+static struct snd_soc_platform_driver alchemy_pcm_soc_platform = {
 	.ops		= &alchemy_pcm_ops,
 	.pcm_new	= alchemy_pcm_new,
 	.pcm_free	= alchemy_pcm_free_dma_buffers,
-- 
1.7.5.4





More information about the Alsa-devel mailing list