.. | .. |
---|
88 | 88 | */ |
---|
89 | 89 | |
---|
90 | 90 | extern int dmasound_init(void); |
---|
91 | | -#ifdef MODULE |
---|
92 | 91 | extern void dmasound_deinit(void); |
---|
93 | | -#else |
---|
94 | | -#define dmasound_deinit() do { } while (0) |
---|
95 | | -#endif |
---|
96 | 92 | |
---|
97 | 93 | /* description of the set-up applies to either hard or soft settings */ |
---|
98 | 94 | |
---|
.. | .. |
---|
114 | 110 | void *(*dma_alloc)(unsigned int, gfp_t); |
---|
115 | 111 | void (*dma_free)(void *, unsigned int); |
---|
116 | 112 | int (*irqinit)(void); |
---|
117 | | -#ifdef MODULE |
---|
118 | 113 | void (*irqcleanup)(void); |
---|
119 | | -#endif |
---|
120 | 114 | void (*init)(void); |
---|
121 | 115 | void (*silence)(void); |
---|
122 | 116 | int (*setFormat)(int); |
---|