Lines Matching defs:synth_soft
116 static struct spk_synth synth_soft = {
159 var = synth_soft.vars;
177 if (synth_soft.alive) {
181 synth_soft.alive = 1;
191 synth_soft.alive = 0;
215 synth_soft.alive = 1;
218 if (synth_current() == &synth_soft) {
243 if (synth_current() != &synth_soft)
341 if (synth_current() == &synth_soft &&
416 if (synth_soft.alive)
421 module_param_named(start, synth_soft.startup, short, 0444);
425 module_spk_synth(synth_soft);