projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc772a4
)
ASoC: zx: zx_i2s_dai can be static
author
kbuild test robot
<fengguang.wu@intel.com>
Thu, 4 Jun 2015 13:00:50 +0000
(21:00 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 4 Jun 2015 14:39:33 +0000
(15:39 +0100)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/zte/zx296702-i2s.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/zte/zx296702-i2s.c
b/sound/soc/zte/zx296702-i2s.c
index cf6005c33fb4f7eaca5e1256f658196a86fbcff7..472fde3b6c58ceb4a4b45045bb4810748fd512b6 100644
(file)
--- a/
sound/soc/zte/zx296702-i2s.c
+++ b/
sound/soc/zte/zx296702-i2s.c
@@
-355,7
+355,7
@@
static const struct snd_soc_component_driver zx_i2s_component = {
.name = "zx-i2s",
};
-struct snd_soc_dai_driver zx_i2s_dai = {
+st
atic st
ruct snd_soc_dai_driver zx_i2s_dai = {
.name = "zx-i2s-dai",
.id = 0,
.probe = zx_i2s_dai_probe,