Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_FLG_GIVEN_PORT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/core/seq/
Dseq_system.c144 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()
Dseq_midi.c352 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_midisynth_probe()
Dseq_clientmgr.c1271 …port = snd_seq_create_port(client, (info.flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) ? info.addr.port :… in snd_seq_ioctl_create_port()
/linux-4.4.14/include/uapi/sound/
Dasequencer.h444 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro