|
Lines 112-119
Link Here
|
| 112 |
static void normvol_cleanup(void) { |
112 |
static void normvol_cleanup(void) { |
| 113 |
gint channel = 0; |
113 |
gint channel = 0; |
| 114 |
|
114 |
|
| 115 |
for (channel = 0; channel < MAX_CHANNELS; ++channel) |
115 |
for (channel = 0; channel < MAX_CHANNELS; ++channel) { |
| 116 |
SmoothDelete(smooth[channel]); |
116 |
SmoothDelete(smooth[channel]); |
|
|
117 |
smooth[channel] = NULL; |
| 118 |
} |
| 117 |
} |
119 |
} |
| 118 |
|
120 |
|
| 119 |
static void normvol_configure(void) |
121 |
static void normvol_configure(void) |