Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dasequencer.h44 #define snd_seq_ev_is_direct(ev) ((ev)->queue == SNDRV_SEQ_QUEUE_DIRECT) macro
/linux-6.1.9/sound/core/seq/
Dseq_clientmgr.c610 direct = snd_seq_ev_is_direct(event); in snd_seq_deliver_single_event()
955 if (snd_seq_ev_is_direct(event)) { in snd_seq_client_enqueue_event()
1001 if (! snd_seq_ev_is_direct(ev)) in check_event_type_and_length()