Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dasequencer.h188 #define SNDRV_SEQ_EVENT_LENGTH_VARUSR (2<<2) /* variable event size - user memory space */ macro
356 #define snd_seq_ev_is_varusr(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARUSR)
/linux-3.4.99/sound/core/seq/
Dseq_clientmgr.c974 case SNDRV_SEQ_EVENT_LENGTH_VARUSR: in check_event_type_and_length()