ST_SPECIAL 38 sound/core/seq/seq_midi_event.c #define ST_SYSEX ST_SPECIAL ST_SPECIAL 251 sound/core/seq/seq_midi_event.c ev->type = status_event[ST_SPECIAL + c - 0xf0].event; ST_SPECIAL 263 sound/core/seq/seq_midi_event.c dev->type = (c & 0x0f) + ST_SPECIAL; ST_SPECIAL 287 sound/core/seq/seq_midi_event.c if (dev->type >= ST_SPECIAL) ST_SPECIAL 375 sound/core/seq/seq_midi_event.c if (type >= ST_SPECIAL) ST_SPECIAL 376 sound/core/seq/seq_midi_event.c cmd = 0xf0 + (type - ST_SPECIAL);