Lines Matching defs:synth_soft
128 static struct spk_synth synth_soft = {
175 var = synth_soft.vars;
196 if (synth_soft.alive) {
200 synth_soft.alive = 1;
210 synth_soft.alive = 0;
234 synth_soft.alive = 1;
237 if (synth_current() == &synth_soft) {
262 if (synth_current() != &synth_soft)
360 if (synth_current() == &synth_soft &&
436 if (synth_soft.alive)
462 module_param_named(start, synth_soft.startup, short, 0444);
486 module_spk_synth(synth_soft);