Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Dasequencer.h70 (IS_ENABLED(CONFIG_SND_SEQ_UMP) && ((ev)->flags & SNDRV_SEQ_EVENT_UMP))
/Linux-v6.6/include/uapi/sound/
Dasequencer.h177 #define SNDRV_SEQ_EVENT_UMP (1<<5) /* event holds a UMP packet */ macro
/Linux-v6.6/Documentation/sound/designs/
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
/Linux-v6.6/sound/core/seq/
Dseq_ump_client.c83 ev.flags = SNDRV_SEQ_EVENT_UMP; in seq_ump_input_receive()
Dseq_ump_convert.c476 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()