Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h544 #define SNDRV_SEQ_PORT_SUBS_TIME_REAL (1<<2) macro
/third_party/alsa-lib/src/seq/
Dseq.c2587 return (info->flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL) ? 1 : 0; in snd_seq_port_subscribe_get_time_real()
2672 info->flags |= SNDRV_SEQ_PORT_SUBS_TIME_REAL; in snd_seq_port_subscribe_set_time_real()
2674 info->flags &= ~SNDRV_SEQ_PORT_SUBS_TIME_REAL; in snd_seq_port_subscribe_set_time_real()