Lines Matching refs:voices
119 vp = &emu->voices[i];
163 vp = &emu->voices[ch];
200 vp = &emu->voices[ch];
240 vp = &emu->voices[ch];
252 * Modulate the voices which belong to the channel
271 vp = &emu->voices[i];
279 * Modulate all the voices which belong to the port.
298 vp = &emu->voices[i];
372 vp = &emu->voices[i];
414 vp = &emu->voices[i];
433 * Terminate all voices associated with the given port
451 vp = &emu->voices[i];
467 * Terminate all voices that have the same exclusive class. This
479 vp = &emu->voices[i];
923 vp = &emu->voices[i];
942 if (emu->voices[voice].state == SNDRV_EMUX_ST_OFF)
943 emu->voices[voice].state = SNDRV_EMUX_ST_LOCKED;
947 voice, emu->voices[voice].state);
960 if (emu->voices[voice].state == SNDRV_EMUX_ST_LOCKED)
961 emu->voices[voice].state = SNDRV_EMUX_ST_OFF;
965 voice, emu->voices[voice].state);