tag | line | file | source code |
---|---|---|---|
alloc_voice | 181 | drivers/sound/dev_table.h | int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); |
alloc_voice | 477 | drivers/sound/sequencer.c | voice = synth_devs[dev]->alloc_voice (dev, chn, note, |
alloc_voice | 504 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc_voice) |
alloc_voice | 520 | drivers/sound/sequencer.c | if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice) |
alloc_voice | 522 | drivers/sound/sequencer.c | voice = alloc_voice (dev, chn, note); |