Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_LENGTH_VARUSR (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/sound/
Dasequencer.h71 #define snd_seq_ev_is_varusr(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARUSR)
/Linux-v4.19/include/uapi/sound/
Dasequencer.h186 #define SNDRV_SEQ_EVENT_LENGTH_VARUSR (2<<2) /* variable event size - user memory space */ macro
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c982 case SNDRV_SEQ_EVENT_LENGTH_VARUSR: in check_event_type_and_length()