Home
last modified time | relevance | path

Searched refs:SNDRV_EMUX_ST_OFF (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/synth/emux/
Demux_synth.c125 vp->state = SNDRV_EMUX_ST_OFF; in snd_emux_note_on()
431 if (vp->state == SNDRV_EMUX_ST_OFF) { in snd_emux_terminate_all()
469 if (vp->state == SNDRV_EMUX_ST_OFF) { in snd_emux_sounds_off_all()
515 vp->state = SNDRV_EMUX_ST_OFF; in terminate_voice()
938 vp->state = SNDRV_EMUX_ST_OFF; in snd_emux_init_voices()
955 if (emu->voices[voice].state == SNDRV_EMUX_ST_OFF) in snd_emux_lock_voice()
974 emu->voices[voice].state = SNDRV_EMUX_ST_OFF; in snd_emux_unlock_voice()
Demux_proc.c65 if (emu->voices[0].state != SNDRV_EMUX_ST_OFF && emu->voices[0].ch >= 0) { in snd_emux_proc_info_read()
/linux-4.1.27/include/sound/
Demux_synth.h170 #define SNDRV_EMUX_ST_OFF 0x00 /* Not playing, and inactive */ macro
/linux-4.1.27/sound/isa/sb/
Demu8000_callback.c191 if (state == SNDRV_EMUX_ST_OFF) in get_voice()
206 if (state != SNDRV_EMUX_ST_OFF && in get_voice()
/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_callback.c115 vp->state = SNDRV_EMUX_ST_OFF; in snd_emu10k1_synth_get_voice()
242 if (state == SNDRV_EMUX_ST_OFF) { in lookup_voices()