Home
last modified time | relevance | path

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

/Linux-v6.1/include/sound/
Dasequencer.h56 #define snd_seq_ev_is_varusr(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARUSR)
/Linux-v6.1/include/uapi/sound/
Dasequencer.h170 #define SNDRV_SEQ_EVENT_LENGTH_VARUSR (2<<2) /* variable event size - user memory space */ macro
/Linux-v6.1/sound/core/seq/
Dseq_clientmgr.c1000 case SNDRV_SEQ_EVENT_LENGTH_VARUSR: in check_event_type_and_length()