projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba59f3
)
ASoC: Staticise alchemy_pcm_soc_platform
author
Axel Lin
<axel.lin@gmail.com>
Tue, 13 Dec 2011 02:15:40 +0000
(10:15 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 13 Dec 2011 04:10:33 +0000
(12:10 +0800)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/au1x/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/au1x/dma.c
b/sound/soc/au1x/dma.c
index dc4dae48aed951b41b1af0554baed69d6824c7f9..c4017bd56ab83da96ee85bd4246642062458ffe8 100644
(file)
--- a/
sound/soc/au1x/dma.c
+++ b/
sound/soc/au1x/dma.c
@@
-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 = {
+st
atic st
ruct snd_soc_platform_driver alchemy_pcm_soc_platform = {
.ops = &alchemy_pcm_ops,
.pcm_new = alchemy_pcm_new,
.pcm_free = alchemy_pcm_free_dma_buffers,