diff options
Diffstat (limited to 'sound/soc/tegra/tegra_pcm.c')
-rw-r--r-- | sound/soc/tegra/tegra_pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_pcm.c b/sound/soc/tegra/tegra_pcm.c index c7cfd96e991..436def1dfa3 100644 --- a/sound/soc/tegra/tegra_pcm.c +++ b/sound/soc/tegra/tegra_pcm.c | |||
@@ -367,7 +367,7 @@ static void tegra_pcm_free(struct snd_pcm *pcm) | |||
367 | tegra_pcm_deallocate_dma_buffer(pcm, SNDRV_PCM_STREAM_PLAYBACK); | 367 | tegra_pcm_deallocate_dma_buffer(pcm, SNDRV_PCM_STREAM_PLAYBACK); |
368 | } | 368 | } |
369 | 369 | ||
370 | struct snd_soc_platform_driver tegra_pcm_platform = { | 370 | static struct snd_soc_platform_driver tegra_pcm_platform = { |
371 | .ops = &tegra_pcm_ops, | 371 | .ops = &tegra_pcm_ops, |
372 | .pcm_new = tegra_pcm_new, | 372 | .pcm_new = tegra_pcm_new, |
373 | .pcm_free = tegra_pcm_free, | 373 | .pcm_free = tegra_pcm_free, |