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:
e27e8a6
)
ASoC: ep93xx-i2s: Staticize non exported struct
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 14 May 2013 20:19:47 +0000
(22:19 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 15 May 2013 04:46:38 +0000
(08:46 +0400)
The ep93xx_i2s_dma_data struct is not used outside of ep93xx-i2s.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/cirrus/ep93xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/cirrus/ep93xx-i2s.c
b/sound/soc/cirrus/ep93xx-i2s.c
index ef731e687ebb95355a06bef1f5f126cc453c157d..17ad70bca9fe5828d4a8b3b5327dfc6b30bdb260 100644
(file)
--- a/
sound/soc/cirrus/ep93xx-i2s.c
+++ b/
sound/soc/cirrus/ep93xx-i2s.c
@@
-63,7
+63,7
@@
struct ep93xx_i2s_info {
void __iomem *regs;
};
-struct ep93xx_dma_data ep93xx_i2s_dma_data[] = {
+st
atic st
ruct ep93xx_dma_data ep93xx_i2s_dma_data[] = {
[SNDRV_PCM_STREAM_PLAYBACK] = {
.name = "i2s-pcm-out",
.port = EP93XX_DMA_I2S1,