Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Demux_synth.c111 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()
925 vp->state = SNDRV_EMUX_ST_OFF; in snd_emux_init_voices()
942 if (emu->voices[voice].state == SNDRV_EMUX_ST_OFF) in snd_emux_lock_voice()
961 emu->voices[voice].state = SNDRV_EMUX_ST_OFF; in snd_emux_unlock_voice()
H A Demux_proc.c50 if (emu->voices[0].state != SNDRV_EMUX_ST_OFF && emu->voices[0].ch >= 0) { in snd_emux_proc_info_read()
/linux/include/sound/
H A Demux_synth.h155 #define SNDRV_EMUX_ST_OFF 0x00 /* Not playing, and inactive */ macro
/linux/sound/pci/emu10k1/
H A Demu10k1_callback.c104 vp->state = SNDRV_EMUX_ST_OFF; in snd_emu10k1_synth_get_voice()
231 if (state == SNDRV_EMUX_ST_OFF) { in lookup_voices()
/linux/sound/isa/sb/
H A Demu8000_callback.c178 if (state == SNDRV_EMUX_ST_OFF) in get_voice()
193 if (state != SNDRV_EMUX_ST_OFF && in get_voice()