Searched refs:SNDRV_SEQ_PORT_CAP_WRITE (Results 1 – 12 of 12) sorted by relevance
373 …port->capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SYNC_WRITE | SNDRV_SEQ_PORT_CAP_… in snd_seq_midisynth_probe()376 …if ((port->capability & (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ)) == (SNDRV_SEQ_PORT_CAP… in snd_seq_midisynth_probe()
140 port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* accept queue control */ in snd_seq_system_client_init()
140 pinfo.capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SUBS_WRITE; in create_port()
389 …pinfo->capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SYNC_WRITE | SNDRV_SEQ_PORT_CAP… in snd_virmidi_dev_attach_seq()
603 if (! check_port_perm(dest_port, SNDRV_SEQ_PORT_CAP_WRITE)) { in snd_seq_deliver_single_event()1382 #define PERM_WR (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_SUBS_WRITE)2419 #define FLAG_PERM_WR(perm) ((perm) & SNDRV_SEQ_PORT_CAP_WRITE ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_W…
100 port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */ in snd_seq_oss_create_client()322 port.capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_WRITE; /* no subscription */ in create_port()
145 #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()
84 SNDRV_SEQ_PORT_CAP_WRITE, in snd_opl3_oss_create_port()
199 SNDRV_SEQ_PORT_CAP_WRITE | in snd_opl3_synth_create_port()
415 #define SNDRV_SEQ_PORT_CAP_WRITE (1<<1) /* writable to this port */ macro
169 cap = SNDRV_SEQ_PORT_CAP_WRITE; in snd_emux_create_port()