projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d512a
)
ASoC: Staticise unexported variables
author
Mark Brown
<
[email protected]
>
Sat, 15 Aug 2009 10:36:49 +0000
(11:36 +0100)
committer
Mark Brown
<
[email protected]
>
Sat, 15 Aug 2009 10:36:49 +0000
(11:36 +0100)
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/imx/mx1_mx2-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/imx/mx1_mx2-pcm.c
b/sound/soc/imx/mx1_mx2-pcm.c
index 16efd8a7a16d856c62d183ad07434d38edbff4e3..b83866529397eb37aacf342ab8ed17a70fba1b8e 100644
(file)
--- 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,
runtime->dma_bytes);
}
-struct snd_pcm_ops mx1_mx2_pcm_ops = {
+st
atic st
ruct snd_pcm_ops mx1_mx2_pcm_ops = {
.open = mx1_mx2_pcm_open,
.close = mx1_mx2_pcm_close,
.ioctl = snd_pcm_lib_ioctl,
@@
-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)
{
int ret = 0;