tag | line | file | source code |
---|---|---|---|
alloc_voice | 164 | drivers/sound/dev_table.h | int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); |
alloc_voice | 462 | drivers/sound/sequencer.c | voice = synth_devs[dev]->alloc_voice (dev, chn, note, |
alloc_voice | 487 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc_voice) |
alloc_voice | 503 | drivers/sound/sequencer.c | if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice) |
alloc_voice | 505 | drivers/sound/sequencer.c | voice = alloc_voice (dev, chn, note); |