projects
/
GitHub
/
LineageOS
/
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:
a0e17b4
)
ASoC: Staticise au1xpsc_soc_platform
author
Axel Lin
<axel.lin@gmail.com>
Tue, 13 Dec 2011 02:14:30 +0000
(10:14 +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/dbdma2.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/au1x/dbdma2.c
b/sound/soc/au1x/dbdma2.c
index 09699de9b33760813fcbae541d271ad3fa2a5342..92bc1b0346fa489cc71adcedcb9a26b8026a63cb 100644
(file)
--- a/
sound/soc/au1x/dbdma2.c
+++ b/
sound/soc/au1x/dbdma2.c
@@
-341,7
+341,7
@@
static int au1xpsc_pcm_new(struct snd_soc_pcm_runtime *rtd)
}
/* au1xpsc audio platform */
-struct snd_soc_platform_driver au1xpsc_soc_platform = {
+st
atic st
ruct snd_soc_platform_driver au1xpsc_soc_platform = {
.ops = &au1xpsc_pcm_ops,
.pcm_new = au1xpsc_pcm_new,
.pcm_free = au1xpsc_pcm_free_dma_buffers,