Searched refs:SNDRV_SEQ_PORT_FLG_GIVEN_PORT (Results 1 – 2 of 2) sorted by relevance
447 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro
2095 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()