Searched refs:SNDRV_SEQ_PORT_CAP_WRITE (Results 1 – 12 of 12) sorted by relevance
364 …port->capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SYNC_WRITE | SNDRV_SEQ_PORT_CAP_… in snd_seq_midisynth_probe()367 …if ((port->capability & (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ)) == (SNDRV_SEQ_PORT_CAP… in snd_seq_midisynth_probe()
130 port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* accept queue control */ in snd_seq_system_client_init()
127 pinfo.capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SUBS_WRITE; in create_port()
385 …pinfo->capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SYNC_WRITE | SNDRV_SEQ_PORT_CAP… in snd_virmidi_dev_attach_seq()
620 if (! check_port_perm(dest_port, SNDRV_SEQ_PORT_CAP_WRITE)) { in snd_seq_deliver_single_event()1410 #define PERM_WR (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_SUBS_WRITE)2433 #define FLAG_PERM_WR(perm) ((perm) & SNDRV_SEQ_PORT_CAP_WRITE ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_W…
86 port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */ in snd_seq_oss_create_client()308 port.capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_WRITE; /* no subscription */ in create_port()
132 #define PERM_WRITE (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_SUBS_WRITE)
166 SNDRV_SEQ_PORT_CAP_WRITE | in snd_opl4_seq_probe()
71 SNDRV_SEQ_PORT_CAP_WRITE, in snd_opl3_oss_create_port()
187 SNDRV_SEQ_PORT_CAP_WRITE | in snd_opl3_synth_create_port()
399 #define SNDRV_SEQ_PORT_CAP_WRITE (1<<1) /* writable to this port */ macro
156 cap = SNDRV_SEQ_PORT_CAP_WRITE; in snd_emux_create_port()