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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c430 static int alloc_voice(int dev, int chn, int note) function
437 voice = synth_devs[dev]->alloc_voice(dev, chn, note,
464 if (synth_devs[dev]->alloc_voice)
480 if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice)
483 voice = alloc_voice(dev, chn, note);
H A Ddev_table.h280 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); member in struct:synth_operations
H A Dopl3.c1104 .alloc_voice = opl3_alloc_voice,

Completed in 106 milliseconds