Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_UMP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/sound/
H A Dasequencer.h70 (IS_ENABLED(CONFIG_SND_SEQ_UMP) && ((ev)->flags & SNDRV_SEQ_EVENT_UMP))
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h177 #define SNDRV_SEQ_EVENT_UMP (1<<5) /* event holds a UMP packet */ macro
/openbmc/linux/Documentation/sound/designs/
H A Dmidi-2.0.rst182 specifying the new event flag bit `SNDRV_SEQ_EVENT_UMP`. When this
184 the UMP packet. Without the `SNDRV_SEQ_EVENT_UMP` bit flag, the event
188 With `SNDRV_SEQ_EVENT_UMP` flag set, the type field of a UMP sequencer
328 * `SNDRV_SEQ_EVENT_UMP` flag bit is added for each sequencer event
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c74 ev.flags = SNDRV_SEQ_EVENT_UMP; in seq_ump_input_receive()
H A Dseq_ump_convert.c514 unsigned char flags = event->flags & ~SNDRV_SEQ_EVENT_UMP; in cvt_ump_to_any()
1125 dest->flags |= SNDRV_SEQ_EVENT_UMP; in setup_ump_event()