tag | line | file | source code |
---|---|---|---|
alloc_voice | 208 | drivers/sound/dev_table.h | int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); |
alloc_voice | 507 | drivers/sound/sequencer.c | voice = synth_devs[dev]->alloc_voice (dev, chn, note, |
alloc_voice | 534 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc_voice) |
alloc_voice | 550 | drivers/sound/sequencer.c | if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice) |
alloc_voice | 552 | drivers/sound/sequencer.c | voice = alloc_voice (dev, chn, note); |