Skip to content

Commit

Permalink
ASoC: Staticise alchemy_pcm_soc_platform
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 13, 2011
1 parent bba59f3 commit 796ba90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/au1x/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 796ba90

Please sign in to comment.