Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dasequencer.h604 #define SNDRV_SEQ_PORT_SUBS_TIME_REAL (1<<2) macro
/linux-3.4.99/sound/core/seq/
Dseq_clientmgr.c685 subs->info.flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL); in deliver_to_subscribers()
2467 …snd_iprintf(buffer, "[%c:%d]", ((s->info.flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL) ? 'r' : 't'), s->i… in snd_seq_info_dump_subscribers()