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