diff options
author | Paul Mackerras <paulus@samba.org> | 2006-07-31 20:37:25 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-07-31 20:37:25 -0400 |
commit | 57cad8084e0837e0f2c97da789ec9b3f36809be9 (patch) | |
tree | e9c790afb4286f78cb08d9664f58baa7e876fe55 /sound/isa/wavefront/wavefront_synth.c | |
parent | cb18bd40030c879cd93fef02fd579f74dbab473d (diff) | |
parent | 49b1e3ea19b1c95c2f012b8331ffb3b169e4c042 (diff) |
Merge branch 'merge'
Diffstat (limited to 'sound/isa/wavefront/wavefront_synth.c')
-rw-r--r-- | sound/isa/wavefront/wavefront_synth.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sound/isa/wavefront/wavefront_synth.c b/sound/isa/wavefront/wavefront_synth.c index 68aa091e8961..bed329edbdd7 100644 --- a/sound/isa/wavefront/wavefront_synth.c +++ b/sound/isa/wavefront/wavefront_synth.c | |||
@@ -1738,7 +1738,7 @@ snd_wavefront_internal_interrupt (snd_wavefront_card_t *card) | |||
1738 | 7 Unused | 1738 | 7 Unused |
1739 | */ | 1739 | */ |
1740 | 1740 | ||
1741 | static int __init | 1741 | static int __devinit |
1742 | snd_wavefront_interrupt_bits (int irq) | 1742 | snd_wavefront_interrupt_bits (int irq) |
1743 | 1743 | ||
1744 | { | 1744 | { |
@@ -1766,7 +1766,7 @@ snd_wavefront_interrupt_bits (int irq) | |||
1766 | return bits; | 1766 | return bits; |
1767 | } | 1767 | } |
1768 | 1768 | ||
1769 | static void __init | 1769 | static void __devinit |
1770 | wavefront_should_cause_interrupt (snd_wavefront_t *dev, | 1770 | wavefront_should_cause_interrupt (snd_wavefront_t *dev, |
1771 | int val, int port, int timeout) | 1771 | int val, int port, int timeout) |
1772 | 1772 | ||
@@ -1787,7 +1787,7 @@ wavefront_should_cause_interrupt (snd_wavefront_t *dev, | |||
1787 | } | 1787 | } |
1788 | } | 1788 | } |
1789 | 1789 | ||
1790 | static int __init | 1790 | static int __devinit |
1791 | wavefront_reset_to_cleanliness (snd_wavefront_t *dev) | 1791 | wavefront_reset_to_cleanliness (snd_wavefront_t *dev) |
1792 | 1792 | ||
1793 | { | 1793 | { |
@@ -1946,7 +1946,7 @@ wavefront_reset_to_cleanliness (snd_wavefront_t *dev) | |||
1946 | #include <asm/uaccess.h> | 1946 | #include <asm/uaccess.h> |
1947 | 1947 | ||
1948 | 1948 | ||
1949 | static int __init | 1949 | static int __devinit |
1950 | wavefront_download_firmware (snd_wavefront_t *dev, char *path) | 1950 | wavefront_download_firmware (snd_wavefront_t *dev, char *path) |
1951 | 1951 | ||
1952 | { | 1952 | { |
@@ -2047,7 +2047,7 @@ wavefront_download_firmware (snd_wavefront_t *dev, char *path) | |||
2047 | } | 2047 | } |
2048 | 2048 | ||
2049 | 2049 | ||
2050 | static int __init | 2050 | static int __devinit |
2051 | wavefront_do_reset (snd_wavefront_t *dev) | 2051 | wavefront_do_reset (snd_wavefront_t *dev) |
2052 | 2052 | ||
2053 | { | 2053 | { |
@@ -2136,7 +2136,7 @@ wavefront_do_reset (snd_wavefront_t *dev) | |||
2136 | return 1; | 2136 | return 1; |
2137 | } | 2137 | } |
2138 | 2138 | ||
2139 | int __init | 2139 | int __devinit |
2140 | snd_wavefront_start (snd_wavefront_t *dev) | 2140 | snd_wavefront_start (snd_wavefront_t *dev) |
2141 | 2141 | ||
2142 | { | 2142 | { |
@@ -2178,7 +2178,7 @@ snd_wavefront_start (snd_wavefront_t *dev) | |||
2178 | return (0); | 2178 | return (0); |
2179 | } | 2179 | } |
2180 | 2180 | ||
2181 | int __init | 2181 | int __devinit |
2182 | snd_wavefront_detect (snd_wavefront_card_t *card) | 2182 | snd_wavefront_detect (snd_wavefront_card_t *card) |
2183 | 2183 | ||
2184 | { | 2184 | { |