Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
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.h277 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); member
Dopl3.c1101 alloc_voice: opl3_alloc_voice,
Dgus_wave.c2727 alloc_voice: guswave_alloc,
Dawe_wave.c520 alloc_voice: awe_alloc,