Home
last modified time | relevance | path

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

/Linux-v4.19/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.c348 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_midisynth_probe()
Dseq_clientmgr.c1279 …port = snd_seq_create_port(client, (info->flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) ? info->addr.port… in snd_seq_ioctl_create_port()
/Linux-v4.19/include/uapi/sound/
Dasequencer.h447 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro