Home
last modified time | relevance | path

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

/linux-3.4.99/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_register_port()
Dseq_clientmgr.c1256 …port = snd_seq_create_port(client, (info.flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) ? info.addr.port :… in snd_seq_ioctl_create_port()
/linux-3.4.99/include/sound/
Dasequencer.h507 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro