Lines Matching refs:voices
119 vp = &emu->voices[i]; in snd_emux_note_on()
163 vp = &emu->voices[ch]; in snd_emux_note_off()
200 vp = &emu->voices[ch]; in snd_emux_timer_callback()
240 vp = &emu->voices[ch]; in snd_emux_key_press()
271 vp = &emu->voices[i]; in snd_emux_update_channel()
298 vp = &emu->voices[i]; in snd_emux_update_port()
372 vp = &emu->voices[i]; in terminate_note1()
414 vp = &emu->voices[i]; in snd_emux_terminate_all()
451 vp = &emu->voices[i]; in snd_emux_sounds_off_all()
479 vp = &emu->voices[i]; in exclusive_note_off()
923 vp = &emu->voices[i]; in snd_emux_init_voices()
942 if (emu->voices[voice].state == SNDRV_EMUX_ST_OFF) in snd_emux_lock_voice()
943 emu->voices[voice].state = SNDRV_EMUX_ST_LOCKED; in snd_emux_lock_voice()
947 voice, emu->voices[voice].state); in snd_emux_lock_voice()
960 if (emu->voices[voice].state == SNDRV_EMUX_ST_LOCKED) in snd_emux_unlock_voice()
961 emu->voices[voice].state = SNDRV_EMUX_ST_OFF; in snd_emux_unlock_voice()
965 voice, emu->voices[voice].state); in snd_emux_unlock_voice()