SNDRV_EMUX_ST_ON 172 include/sound/emux_synth.h #define SNDRV_EMUX_ST_RELEASED (0x02|SNDRV_EMUX_ST_ON) /* Note released */ SNDRV_EMUX_ST_ON 173 include/sound/emux_synth.h #define SNDRV_EMUX_ST_SUSTAINED (0x04|SNDRV_EMUX_ST_ON) /* Note sustained */ SNDRV_EMUX_ST_ON 174 include/sound/emux_synth.h #define SNDRV_EMUX_ST_STANDBY (0x08|SNDRV_EMUX_ST_ON) /* Waiting to be triggered */ SNDRV_EMUX_ST_ON 175 include/sound/emux_synth.h #define SNDRV_EMUX_ST_PENDING (0x10|SNDRV_EMUX_ST_ON) /* Note will be released */ SNDRV_EMUX_ST_ON 199 sound/isa/sb/emu8000_callback.c else if (state & SNDRV_EMUX_ST_ON) SNDRV_EMUX_ST_ON 259 sound/pci/emu10k1/emu10k1_callback.c else if (state & SNDRV_EMUX_ST_ON) SNDRV_EMUX_ST_ON 136 sound/synth/emux/emux_synth.c vp->state = SNDRV_EMUX_ST_ON; SNDRV_EMUX_ST_ON 256 sound/synth/emux/emux_synth.c if (vp->state == SNDRV_EMUX_ST_ON && SNDRV_EMUX_ST_ON 90 sound/synth/emux/emux_voice.h #define STATE_IS_PLAYING(s) ((s) & SNDRV_EMUX_ST_ON)