SNDRV_EMUX_ST_ON 157 include/sound/emux_synth.h #define SNDRV_EMUX_ST_RELEASED (0x02|SNDRV_EMUX_ST_ON) /* Note released */ SNDRV_EMUX_ST_ON 158 include/sound/emux_synth.h #define SNDRV_EMUX_ST_SUSTAINED (0x04|SNDRV_EMUX_ST_ON) /* Note sustained */ SNDRV_EMUX_ST_ON 159 include/sound/emux_synth.h #define SNDRV_EMUX_ST_STANDBY (0x08|SNDRV_EMUX_ST_ON) /* Waiting to be triggered */ SNDRV_EMUX_ST_ON 160 include/sound/emux_synth.h #define SNDRV_EMUX_ST_PENDING (0x10|SNDRV_EMUX_ST_ON) /* Note will be released */ SNDRV_EMUX_ST_ON 187 sound/isa/sb/emu8000_callback.c else if (state & SNDRV_EMUX_ST_ON) SNDRV_EMUX_ST_ON 248 sound/pci/emu10k1/emu10k1_callback.c else if (state & SNDRV_EMUX_ST_ON) SNDRV_EMUX_ST_ON 123 sound/synth/emux/emux_synth.c vp->state = SNDRV_EMUX_ST_ON; SNDRV_EMUX_ST_ON 241 sound/synth/emux/emux_synth.c if (vp->state == SNDRV_EMUX_ST_ON && SNDRV_EMUX_ST_ON 81 sound/synth/emux/emux_voice.h #define STATE_IS_PLAYING(s) ((s) & SNDRV_EMUX_ST_ON)