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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsequencer.c429 static int alloc_voice(int dev, int chn, int note) function
436 voice = synth_devs[dev]->alloc_voice(dev, chn, note,
463 if (synth_devs[dev]->alloc_voice)
479 if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice)
482 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.c1102 .alloc_voice = opl3_alloc_voice,

Completed in 63 milliseconds