Commit d555a552 authored by Mark Brown's avatar Mark Brown

ASoC: Staticise unexported variables

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a2d512a9
...@@ -376,7 +376,7 @@ static int mx1_mx2_pcm_mmap(struct snd_pcm_substream *substream, ...@@ -376,7 +376,7 @@ static int mx1_mx2_pcm_mmap(struct snd_pcm_substream *substream,
runtime->dma_bytes); runtime->dma_bytes);
} }
struct snd_pcm_ops mx1_mx2_pcm_ops = { static struct snd_pcm_ops mx1_mx2_pcm_ops = {
.open = mx1_mx2_pcm_open, .open = mx1_mx2_pcm_open,
.close = mx1_mx2_pcm_close, .close = mx1_mx2_pcm_close,
.ioctl = snd_pcm_lib_ioctl, .ioctl = snd_pcm_lib_ioctl,
...@@ -434,7 +434,7 @@ static void mx1_mx2_pcm_free_dma_buffers(struct snd_pcm *pcm) ...@@ -434,7 +434,7 @@ static void mx1_mx2_pcm_free_dma_buffers(struct snd_pcm *pcm)
} }
} }
int mx1_mx2_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, static int mx1_mx2_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
struct snd_pcm *pcm) struct snd_pcm *pcm)
{ {
int ret = 0; int ret = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment