From 1a9b69af61a2aae8b91e6cd1619975e445ae8157 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 13 Dec 2011 10:15:40 +0800 Subject: [PATCH] --- yaml --- r: 283943 b: refs/heads/master c: 796ba9001dfd5cdf19926f374015e514ea2eaa51 h: refs/heads/master i: 283941: e708690522fc14244dc347ae92ee78a833003970 283939: 324b2b8f7662d5eda5bf25026d8a5d1761bbe139 283935: aa5001b8ee99c922f8c222c385889add3a7c2626 v: v3 --- [refs] | 2 +- trunk/sound/soc/au1x/dma.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cfb27d6b7d7e..204711a59143 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bba59f332687884e98c920e6c27278824d194c24 +refs/heads/master: 796ba9001dfd5cdf19926f374015e514ea2eaa51 diff --git a/trunk/sound/soc/au1x/dma.c b/trunk/sound/soc/au1x/dma.c index dc4dae48aed9..c4017bd56ab8 100644 --- a/trunk/sound/soc/au1x/dma.c +++ b/trunk/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,