projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60e10d2
)
ASoC: mmp-sspa: Staticize non exported struct
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 14 May 2013 20:19:52 +0000
(22:19 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 15 May 2013 04:50:00 +0000
(08:50 +0400)
The mmp_sspa_dai struct is only used in mmp-sspa.c, so make it static.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/pxa/mmp-sspa.c
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/mmp-sspa.c
b/sound/soc/pxa/mmp-sspa.c
index a647799801773d0baedcbffc5e9d3ddec4208b62..62142ce367c7e68fcffbe7b34b92b7364d7a0af3 100644
(file)
--- a/
sound/soc/pxa/mmp-sspa.c
+++ b/
sound/soc/pxa/mmp-sspa.c
@@
-388,7
+388,7
@@
static struct snd_soc_dai_ops mmp_sspa_dai_ops = {
.set_fmt = mmp_sspa_set_dai_fmt,
};
-struct snd_soc_dai_driver mmp_sspa_dai = {
+st
atic st
ruct snd_soc_dai_driver mmp_sspa_dai = {
.probe = mmp_sspa_probe,
.playback = {
.channels_min = 1,