Lines Matching refs:synth
36 static void do_catch_up(struct spk_synth *synth);
37 static void synth_flush(struct spk_synth *synth);
144 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
168 synth->flush(synth); in do_catch_up()
182 if (synth_full() || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
196 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
199 synth->io_ops->synth_out(synth, in do_catch_up()
215 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
218 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
221 synth->io_ops->flush_buffer(); in synth_flush()
222 synth->synth_immediate(synth, "\033P;10z\033\\"); in synth_flush()