Searched refs:SNDRV_EMUX_ST_OFF (Results 1 – 5 of 5) sorted by relevance
111 vp->state = SNDRV_EMUX_ST_OFF; in snd_emux_note_on()417 if (vp->state == SNDRV_EMUX_ST_OFF) { in snd_emux_terminate_all()455 if (vp->state == SNDRV_EMUX_ST_OFF) { in snd_emux_sounds_off_all()501 vp->state = SNDRV_EMUX_ST_OFF; in terminate_voice()924 vp->state = SNDRV_EMUX_ST_OFF; in snd_emux_init_voices()941 if (emu->voices[voice].state == SNDRV_EMUX_ST_OFF) in snd_emux_lock_voice()960 emu->voices[voice].state = SNDRV_EMUX_ST_OFF; in snd_emux_unlock_voice()
50 if (emu->voices[0].state != SNDRV_EMUX_ST_OFF && emu->voices[0].ch >= 0) { in snd_emux_proc_info_read()
155 #define SNDRV_EMUX_ST_OFF 0x00 /* Not playing, and inactive */ macro
178 if (state == SNDRV_EMUX_ST_OFF) in get_voice()193 if (state != SNDRV_EMUX_ST_OFF && in get_voice()
103 vp->state = SNDRV_EMUX_ST_OFF; in snd_emu10k1_synth_get_voice()230 if (state == SNDRV_EMUX_ST_OFF) { in lookup_voices()
Completed in 9 milliseconds