Searched refs:SNDRV_SEQ_PORT_FLG_TIME_REAL (Results 1 – 2 of 2) sorted by relevance
449 #define SNDRV_SEQ_PORT_FLG_TIME_REAL (1<<2) macro
2121 return (info->flags & SNDRV_SEQ_PORT_FLG_TIME_REAL) ? 1 : 0; in snd_seq_port_info_get_timestamp_real()2297 info->flags |= SNDRV_SEQ_PORT_FLG_TIME_REAL; in snd_seq_port_info_set_timestamp_real()2299 info->flags &= ~SNDRV_SEQ_PORT_FLG_TIME_REAL; in snd_seq_port_info_set_timestamp_real()