Searched refs:SNDRV_SEQ_EVENT_UMP (Results 1 – 5 of 5) sorted by relevance
70 (IS_ENABLED(CONFIG_SND_SEQ_UMP) && ((ev)->flags & SNDRV_SEQ_EVENT_UMP))
177 #define SNDRV_SEQ_EVENT_UMP (1<<5) /* event holds a UMP packet */ macro
182 specifying the new event flag bit `SNDRV_SEQ_EVENT_UMP`. When this184 the UMP packet. Without the `SNDRV_SEQ_EVENT_UMP` bit flag, the event188 With `SNDRV_SEQ_EVENT_UMP` flag set, the type field of a UMP sequencer328 * `SNDRV_SEQ_EVENT_UMP` flag bit is added for each sequencer event
83 ev.flags = SNDRV_SEQ_EVENT_UMP; in seq_ump_input_receive()
476 unsigned char flags = event->flags & ~SNDRV_SEQ_EVENT_UMP; in cvt_ump_to_any()1056 dest->flags |= SNDRV_SEQ_EVENT_UMP; in setup_ump_event()