From 9ba6c38f384a6f186e21bac0d056410daa791ea3 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 13 Dec 2011 10:14:30 +0800 Subject: [PATCH] --- yaml --- r: 283942 b: refs/heads/master c: bba59f332687884e98c920e6c27278824d194c24 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/au1x/dbdma2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fdb8714b9697..cfb27d6b7d7e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0e17b4e3e09e49d218958fdce09da407573a574 +refs/heads/master: bba59f332687884e98c920e6c27278824d194c24 diff --git a/trunk/sound/soc/au1x/dbdma2.c b/trunk/sound/soc/au1x/dbdma2.c index 09699de9b337..92bc1b0346fa 100644 --- a/trunk/sound/soc/au1x/dbdma2.c +++ b/trunk/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,