Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_ports.c356 port->timestamping = (info->flags & SNDRV_SEQ_PORT_FLG_TIMESTAMP) ? 1 : 0; in snd_seq_set_port_info()
405 info->flags |= SNDRV_SEQ_PORT_FLG_TIMESTAMP; in snd_seq_get_port_info()
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h461 #define SNDRV_SEQ_PORT_FLG_TIMESTAMP (1<<1) macro