Home
last modified time | relevance | path

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

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