spk_serial_wait_for_xmitr
if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) {
if (spk_serial_wait_for_xmitr(synth))
static int spk_serial_wait_for_xmitr(struct spk_synth *in_synth);
.wait_for_xmitr = spk_serial_wait_for_xmitr,