snd_seq_ev_length_type 354 include/sound/asequencer.h #define snd_seq_ev_is_fixed(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_FIXED) snd_seq_ev_length_type 355 include/sound/asequencer.h #define snd_seq_ev_is_variable(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARIABLE) snd_seq_ev_length_type 356 include/sound/asequencer.h #define snd_seq_ev_is_varusr(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARUSR) snd_seq_ev_length_type 958 sound/core/seq/seq_clientmgr.c switch (snd_seq_ev_length_type(ev)) {