Searched refs:SNDRV_SEQ_PORT_FLG_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
448 #define SNDRV_SEQ_PORT_FLG_TIMESTAMP (1<<1) macro
2108 return (info->flags & SNDRV_SEQ_PORT_FLG_TIMESTAMP) ? 1 : 0; in snd_seq_port_info_get_timestamping()2281 info->flags |= SNDRV_SEQ_PORT_FLG_TIMESTAMP; in snd_seq_port_info_set_timestamping()2283 info->flags &= ~SNDRV_SEQ_PORT_FLG_TIMESTAMP; in snd_seq_port_info_set_timestamping()