Searched refs:alloc_voice (Results 1 – 3 of 3) sorted by relevance
/sound/oss/ |
D | sequencer.c | 427 static int alloc_voice(int dev, int chn, int note) in alloc_voice() function 434 voice = synth_devs[dev]->alloc_voice(dev, chn, note, in alloc_voice() 461 if (synth_devs[dev]->alloc_voice) in seq_chn_voice_event() 477 if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice) in seq_chn_voice_event() 480 voice = alloc_voice(dev, chn, note); in seq_chn_voice_event()
|
D | dev_table.h | 280 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); member
|
D | opl3.c | 1106 .alloc_voice = opl3_alloc_voice,
|