Lines Matching refs:voices
133 vp = &emu->voices[i]; in snd_emux_note_on()
177 vp = &emu->voices[ch]; in snd_emux_note_off()
214 vp = &emu->voices[ch]; in snd_emux_timer_callback()
254 vp = &emu->voices[ch]; in snd_emux_key_press()
285 vp = &emu->voices[i]; in snd_emux_update_channel()
312 vp = &emu->voices[i]; in snd_emux_update_port()
386 vp = &emu->voices[i]; in terminate_note1()
428 vp = &emu->voices[i]; in snd_emux_terminate_all()
465 vp = &emu->voices[i]; in snd_emux_sounds_off_all()
493 vp = &emu->voices[i]; in exclusive_note_off()
936 vp = &emu->voices[i]; in snd_emux_init_voices()
955 if (emu->voices[voice].state == SNDRV_EMUX_ST_OFF) in snd_emux_lock_voice()
956 emu->voices[voice].state = SNDRV_EMUX_ST_LOCKED; in snd_emux_lock_voice()
960 voice, emu->voices[voice].state); in snd_emux_lock_voice()
973 if (emu->voices[voice].state == SNDRV_EMUX_ST_LOCKED) in snd_emux_unlock_voice()
974 emu->voices[voice].state = SNDRV_EMUX_ST_OFF; in snd_emux_unlock_voice()
978 voice, emu->voices[voice].state); in snd_emux_unlock_voice()