synth_add
int synth_add(struct spk_synth *in_synth);
module_driver(__spk_synth, synth_add, synth_remove)
EXPORT_SYMBOL_GPL(synth_add);