diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-12 21:14:30 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-12 23:10:33 -0500 |
commit | bba59f332687884e98c920e6c27278824d194c24 (patch) | |
tree | f9152c9215db74cbcd667c7d936f1a29def3a1ad /sound/soc/au1x | |
parent | a0e17b4e3e09e49d218958fdce09da407573a574 (diff) |
ASoC: Staticise au1xpsc_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/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 09699de9b337..92bc1b0346fa 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) | |||
341 | } | 341 | } |
342 | 342 | ||
343 | /* au1xpsc audio platform */ | 343 | /* au1xpsc audio platform */ |
344 | struct snd_soc_platform_driver au1xpsc_soc_platform = { | 344 | static struct snd_soc_platform_driver au1xpsc_soc_platform = { |
345 | .ops = &au1xpsc_pcm_ops, | 345 | .ops = &au1xpsc_pcm_ops, |
346 | .pcm_new = au1xpsc_pcm_new, | 346 | .pcm_new = au1xpsc_pcm_new, |
347 | .pcm_free = au1xpsc_pcm_free_dma_buffers, | 347 | .pcm_free = au1xpsc_pcm_free_dma_buffers, |