Home
last modified time | relevance | path

Searched refs:STATE_IS_PLAYING (Results 1 – 2 of 2) sorted by relevance

/linux/sound/synth/emux/
H A Demux_voice.h81 #define STATE_IS_PLAYING(s) ((s) & SNDRV_EMUX_ST_ON) macro
H A Demux_effect.c200 if (!STATE_IS_PLAYING(vp->state) || vp->chan != chan) in snd_emux_send_effect()