taglinefilesource code
alloc_voice210drivers/sound/dev_table.hint (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc);
alloc_voice507drivers/sound/sequencer.cvoice = synth_devs[dev]->alloc_voice (dev, chn, note,
alloc_voice534drivers/sound/sequencer.cif (synth_devs[dev]->alloc_voice)
alloc_voice550drivers/sound/sequencer.cif (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice)
alloc_voice552drivers/sound/sequencer.cvoice = alloc_voice (dev, chn, note);