Searched refs:STATE_IS_PLAYING (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_voice.h90 #define STATE_IS_PLAYING(s) ((s) & SNDRV_EMUX_ST_ON) macro
H A Demux_synth.c101 if (STATE_IS_PLAYING(vp->state))
173 if (STATE_IS_PLAYING(vp->state) &&
383 if (STATE_IS_PLAYING(vp->state) && vp->chan == chan &&
425 if (STATE_IS_PLAYING(vp->state))
462 if (STATE_IS_PLAYING(vp->state) &&
490 if (STATE_IS_PLAYING(vp->state) && vp->port == port &&
523 if (!STATE_IS_PLAYING(vp->state))
H A Demux_effect.c212 if (!STATE_IS_PLAYING(vp->state) || vp->chan != chan)

Completed in 100 milliseconds