Home
last modified time | relevance | path

Searched refs:alloc_voice (Results 1 – 3 of 3) sorted by relevance

/sound/oss/
Dsequencer.c427 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()
Ddev_table.h280 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); member
Dopl3.c1106 .alloc_voice = opl3_alloc_voice,