Searched refs:SNDRV_SEQ_PORT_SUBS_TIME_REAL (Results 1 – 2 of 2) sorted by relevance
604 #define SNDRV_SEQ_PORT_SUBS_TIME_REAL (1<<2) macro
684 subs->info.flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL); in deliver_to_subscribers()2466 …snd_iprintf(buffer, "[%c:%d]", ((s->info.flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL) ? 'r' : 't'), s->i… in snd_seq_info_dump_subscribers()