Lines Matching refs:synth
26 static int synth_probe(struct spk_synth *synth);
28 static const char *synth_immediate(struct spk_synth *synth, const char *buf);
29 static void do_catch_up(struct spk_synth *synth);
30 static void synth_flush(struct spk_synth *synth);
139 pr_warn("synth timeout %d %d %d %d\n", s1, s2, s3, s4);
143 static const char *synth_immediate(struct spk_synth *synth, const char *buf)
164 static void do_catch_up(struct spk_synth *synth)
190 synth->flush(synth);
249 static void synth_flush(struct spk_synth *synth)
254 static int synth_probe(struct spk_synth *synth)
259 pr_info("Probing for %s.\n", synth->long_name);
286 pr_info("%s: not found\n", synth->long_name);
291 pr_info("%s: %03x-%03x, driver version %s,\n", synth->long_name,
293 synth->version);
294 synth->alive = 1;