Lines Matching defs:synth
26 static int softsynth_probe(struct spk_synth *synth);
27 static void softsynth_release(struct spk_synth *synth);
28 static int softsynth_is_alive(struct spk_synth *synth);
29 static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var);
30 static unsigned char get_index(struct spk_synth *synth);
131 .long_name = "software synth",
367 static unsigned char get_index(struct spk_synth *synth)
394 static int softsynth_probe(struct spk_synth *synth)
425 static void softsynth_release(struct spk_synth *synth)
434 static int softsynth_is_alive(struct spk_synth *synth)
441 static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var)