taglinefilesource code
alloc_voice164drivers/sound/dev_table.hint (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc);
alloc_voice462drivers/sound/sequencer.cvoice = synth_devs[dev]->alloc_voice (dev, chn, note,
alloc_voice487drivers/sound/sequencer.cif (synth_devs[dev]->alloc_voice)
alloc_voice503drivers/sound/sequencer.cif (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice)
alloc_voice505drivers/sound/sequencer.cvoice = alloc_voice (dev, chn, note);