| D | spk_types.h | 151 struct spk_synth {  struct 169 	int (*probe)(struct spk_synth *synth);  argument 171 	const char *(*synth_immediate)(struct spk_synth *synth,  argument 173 	void (*catch_up)(struct spk_synth *synth);  argument 174 	void (*flush)(struct spk_synth *synth);  argument 175 	int (*is_alive)(struct spk_synth *synth);  argument
  |