1
0
Fork 0

ASoC: Staticise au1xpsc_soc_platform

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
hifive-unleashed-5.1
Axel Lin 2011-12-13 10:14:30 +08:00 committed by Mark Brown
parent a0e17b4e3e
commit bba59f3326
1 changed files with 1 additions and 1 deletions

View File

@ -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,