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/
Dasequencer.h447 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro
/third_party/alsa-lib/src/seq/
Dseq.c2095 return (info->flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) ? 1 : 0; in snd_seq_port_info_get_port_specified()
2265 info->flags |= SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_port_info_set_port_specified()
2267 info->flags &= ~SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_port_info_set_port_specified()