diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-12 21:15:40 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-12 23:10:33 -0500 |
commit | 796ba9001dfd5cdf19926f374015e514ea2eaa51 (patch) | |
tree | 28c0a425107234022ab293b60779743e3ab3d5e0 /sound/soc/au1x | |
parent | bba59f332687884e98c920e6c27278824d194c24 (diff) |
ASoC: Staticise alchemy_pcm_soc_platform
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/au1x')
-rw-r--r-- | 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 dc4dae48aed9..c4017bd56ab8 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) | |||
316 | return 0; | 316 | return 0; |
317 | } | 317 | } |
318 | 318 | ||
319 | struct snd_soc_platform_driver alchemy_pcm_soc_platform = { | 319 | static struct snd_soc_platform_driver alchemy_pcm_soc_platform = { |
320 | .ops = &alchemy_pcm_ops, | 320 | .ops = &alchemy_pcm_ops, |
321 | .pcm_new = alchemy_pcm_new, | 321 | .pcm_new = alchemy_pcm_new, |
322 | .pcm_free = alchemy_pcm_free_dma_buffers, | 322 | .pcm_free = alchemy_pcm_free_dma_buffers, |