Lines Matching full:voice
12 /* voice status */
20 int voice; member
73 * get more voice for pcm
75 * terminate most inactive voice and give it as a pcm voice.
91 if (best[i].voice >= 0) { in snd_emu10k1_synth_get_voice()
93 vp = &emu->voices[best[i].voice]; in snd_emu10k1_synth_get_voice()
115 * turn off the voice (not terminated)
131 * terminate the voice
157 * release the voice to system
206 * look up voice table - get the best voice in order of preference
219 best[i].voice = -1; in lookup_voices()
265 bp->voice = i; in lookup_voices()
271 * get an empty voice
287 if (best[i].voice >= 0) { in get_voice()
288 vp = &emu->voices[best[i].voice]; in get_voice()
290 /* allocate a voice */ in get_voice()
399 for triggerg the voice */ in start_voice()