aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-15 06:36:49 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-15 06:36:49 -0400
commitd555a552aeeef45d097f1d3ea2c6dcce6839f1dd (patch)
tree8ed1224febe6f4ce98988e16bbbc3b6cf166559e /sound/soc
parenta2d512a978ceda557a456d39d88cfc1eb60194e9 (diff)
ASoC: Staticise unexported variables
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/imx/mx1_mx2-pcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/imx/mx1_mx2-pcm.c b/sound/soc/imx/mx1_mx2-pcm.c
index 16efd8a7a16d..b83866529397 100644
--- a/sound/soc/imx/mx1_mx2-pcm.c
+++ b/sound/soc/imx/mx1_mx2-pcm.c
@@ -376,7 +376,7 @@ static int mx1_mx2_pcm_mmap(struct snd_pcm_substream *substream,
376 runtime->dma_bytes); 376 runtime->dma_bytes);
377} 377}
378 378
379struct snd_pcm_ops mx1_mx2_pcm_ops = { 379static struct snd_pcm_ops mx1_mx2_pcm_ops = {
380 .open = mx1_mx2_pcm_open, 380 .open = mx1_mx2_pcm_open,
381 .close = mx1_mx2_pcm_close, 381 .close = mx1_mx2_pcm_close,
382 .ioctl = snd_pcm_lib_ioctl, 382 .ioctl = snd_pcm_lib_ioctl,
@@ -434,7 +434,7 @@ static void mx1_mx2_pcm_free_dma_buffers(struct snd_pcm *pcm)
434 } 434 }
435} 435}
436 436
437int mx1_mx2_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, 437static int mx1_mx2_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
438 struct snd_pcm *pcm) 438 struct snd_pcm *pcm)
439{ 439{
440 int ret = 0; 440 int ret = 0;