Lines Matching full:voice
12 /* voice status */
20 int voice; member
72 * get more voice for pcm
74 * terminate most inactive voice and give it as a pcm voice.
90 if (best[i].voice >= 0) { in snd_emu10k1_synth_get_voice()
92 vp = &emu->voices[best[i].voice]; in snd_emu10k1_synth_get_voice()
113 * turn off the voice (not terminated)
130 * terminate the voice
150 * release the voice to system
204 * look up voice table - get the best voice in order of preference
217 best[i].voice = -1; in lookup_voices()
263 bp->voice = i; in lookup_voices()
269 * get an empty voice
285 if (best[i].voice >= 0) { in get_voice()
286 vp = &emu->voices[best[i].voice]; in get_voice()
288 /* allocate a voice */ in get_voice()
365 for triggerg the voice */ in start_voice()
487 /* trigger voice */ in trigger_voice()