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