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