Searched refs:SNDRV_SEQ_PORT_FLG_GIVEN_PORT (Results 1 – 4 of 4) sorted by relevance
144 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_system_client_init()154 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_system_client_init()
352 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_midisynth_register_port()
1256 …port = snd_seq_create_port(client, (info.flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) ? info.addr.port :… in snd_seq_ioctl_create_port()
507 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro