Lines Matching refs:synth
27 static int synth_probe(struct spk_synth *synth);
28 static void accent_release(struct spk_synth *synth);
29 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
30 static void do_catch_up(struct spk_synth *synth);
31 static void synth_flush(struct spk_synth *synth);
149 static const char *synth_immediate(struct spk_synth *synth, const char *buf)
171 static void do_catch_up(struct spk_synth *synth)
198 synth->flush(synth);
251 static void synth_flush(struct spk_synth *synth)
256 static int synth_probe(struct spk_synth *synth)
261 pr_info("Probing for %s.\n", synth->long_name);
294 pr_info("%s: not found\n", synth->long_name);
299 pr_info("%s: %03x-%03x, driver version %s,\n", synth->long_name,
301 synth->version);
302 synth->alive = 1;
306 static void accent_release(struct spk_synth *synth)