projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfcc74e
)
ASoC: spear: spdif_in: Staticize non exported struct
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 14 May 2013 20:19:49 +0000
(22:19 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 15 May 2013 04:48:32 +0000
(08:48 +0400)
The spdif_in_dai struct is not used outside of spdif_in.c, so make it static.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/spear/spdif_in.c
patch
|
blob
|
history
diff --git
a/sound/soc/spear/spdif_in.c
b/sound/soc/spear/spdif_in.c
index
643ada6
..
f0071dd
100644
(file)
--- a/
sound/soc/spear/spdif_in.c
+++ b/
sound/soc/spear/spdif_in.c
@@
-152,7
+152,7
@@
static struct snd_soc_dai_ops spdif_in_dai_ops = {
.hw_params = spdif_in_hw_params,
};
-struct snd_soc_dai_driver spdif_in_dai = {
+st
atic st
ruct snd_soc_dai_driver spdif_in_dai = {
.probe = spdif_in_dai_probe,
.capture = {
.channels_min = 2,