projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e750aa
)
m68k: section mismatch fixes: DMAsound for Atari
author
Michael Schmitz
<
[email protected]
>
Sun, 18 Jan 2009 02:17:33 +0000
(
03:17
+0100)
committer
Geert Uytterhoeven
<
[email protected]
>
Thu, 26 Mar 2009 20:15:28 +0000
(21:15 +0100)
add __initdata to driver presets struct
Signed-off-By: Michael Schmitz <
[email protected]
>
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
sound/oss/dmasound/dmasound_atari.c
patch
|
blob
|
history
diff --git
a/sound/oss/dmasound/dmasound_atari.c
b/sound/oss/dmasound/dmasound_atari.c
index 38931f2f6967e0f1f11c0e0296bd398e1770d538..1f47741230641ac90fe4d837d3da21e9c4dbfef0 100644
(file)
--- a/
sound/oss/dmasound/dmasound_atari.c
+++ b/
sound/oss/dmasound/dmasound_atari.c
@@
-1524,7
+1524,7
@@
static SETTINGS def_soft = {
.speed = 8000
} ;
-static MACHINE machTT = {
+static
__initdata
MACHINE machTT = {
.name = "Atari",
.name2 = "TT",
.owner = THIS_MODULE,
@@
-1553,7
+1553,7
@@
static MACHINE machTT = {
.capabilities = DSP_CAP_BATCH /* As per SNDCTL_DSP_GETCAPS */
};
-static MACHINE machFalcon = {
+static
__initdata
MACHINE machFalcon = {
.name = "Atari",
.name2 = "FALCON",
.dma_alloc = AtaAlloc,