taglinefilesource code
alloc_voice181drivers/sound/dev_table.hint (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc);
alloc_voice477drivers/sound/sequencer.cvoice = synth_devs[dev]->alloc_voice (dev, chn, note,
alloc_voice504drivers/sound/sequencer.cif (synth_devs[dev]->alloc_voice)
alloc_voice520drivers/sound/sequencer.cif (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice)
alloc_voice522drivers/sound/sequencer.cvoice = alloc_voice (dev, chn, note);