Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h448 #define SNDRV_SEQ_PORT_FLG_TIMESTAMP (1<<1) macro
/third_party/alsa-lib/src/seq/
Dseq.c2108 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()