Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135867
b: refs/heads/master
c: d497e3a
h: refs/heads/master
i:
  135865: 25f6729
  135863: 52477e1
v: v3
  • Loading branch information
Michael Schmitz authored and Geert Uytterhoeven committed Mar 26, 2009
1 parent 362aec3 commit e91f09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e750aa47ab26236c15c1dc7a66ecf39148e67bc
refs/heads/master: d497e3ab91a726ecd76028698e5ce298f75ab681
4 changes: 2 additions & 2 deletions trunk/sound/oss/dmasound/dmasound_atari.c
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ static SETTINGS def_soft = {
.speed = 8000
} ;

static MACHINE machTT = {
static __initdata MACHINE machTT = {
.name = "Atari",
.name2 = "TT",
.owner = THIS_MODULE,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit e91f09e

Please sign in to comment.