Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/seq/
Dseq_ports.c361 port->time_real = (info->flags & SNDRV_SEQ_PORT_FLG_TIME_REAL) ? 1 : 0; in snd_seq_set_port_info()
397 info->flags |= SNDRV_SEQ_PORT_FLG_TIME_REAL; in snd_seq_get_port_info()
/linux-3.4.99/include/sound/
Dasequencer.h509 #define SNDRV_SEQ_PORT_FLG_TIME_REAL (1<<2) macro