Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dasequencer.h344 #define snd_seq_ev_is_direct(ev) ((ev)->queue == SNDRV_SEQ_QUEUE_DIRECT) macro
/linux-2.6.39/sound/core/seq/
Dseq_clientmgr.c605 direct = snd_seq_ev_is_direct(event); in snd_seq_deliver_single_event()
930 if (snd_seq_ev_is_direct(event)) { in snd_seq_client_enqueue_event()
974 if (! snd_seq_ev_is_direct(ev)) in check_event_type_and_length()