Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_system.c135 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_system_client_init()
148 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_system_client_init()
H A Dseq_ump_client.c228 port->flags |= SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in seq_ump_group_init()
294 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in create_ump_endpoint_port()
H A Dseq_midi.c338 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_midisynth_probe()
H A Dseq_clientmgr.c1316 if (info->flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) in snd_seq_ioctl_create_port()
/linux/include/uapi/sound/
H A Dasequencer.h460 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro