Searched refs:alloc_voice (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
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 | 277 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); member
|
D | opl3.c | 1101 alloc_voice: opl3_alloc_voice,
|
D | gus_wave.c | 2727 alloc_voice: guswave_alloc,
|
D | awe_wave.c | 520 alloc_voice: awe_alloc,
|