Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_FLG_GIVEN_PORT (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h476 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro
/third_party/alsa-lib/src/seq/
H A Dseq.c2286 return (info->flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) ? 1 : 0; in snd_seq_port_info_get_port_specified()
2482 info->flags |= SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_port_info_set_port_specified()
2484 info->flags &= ~SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_port_info_set_port_specified()

Completed in 8 milliseconds