[alsa-devel] [PATCH 2/3] ASoC: Staticise au1xpsc_soc_platform

Axel Lin axel.lin at gmail.com
Tue Dec 13 03:14:30 CET 2011


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

diff --git a/sound/soc/au1x/dbdma2.c b/sound/soc/au1x/dbdma2.c
index 09699de..92bc1b0 100644
--- a/sound/soc/au1x/dbdma2.c
+++ b/sound/soc/au1x/dbdma2.c
@@ -341,7 +341,7 @@ static int au1xpsc_pcm_new(struct snd_soc_pcm_runtime *rtd)
 }
 
 /* au1xpsc audio platform */
-struct snd_soc_platform_driver au1xpsc_soc_platform = {
+static struct snd_soc_platform_driver au1xpsc_soc_platform = {
 	.ops		= &au1xpsc_pcm_ops,
 	.pcm_new	= au1xpsc_pcm_new,
 	.pcm_free	= au1xpsc_pcm_free_dma_buffers,
-- 
1.7.5.4





More information about the Alsa-devel mailing list