Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_CAP_WRITE (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/sound/core/seq/
Dseq_midi.c377 …port->capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SYNC_WRITE | SNDRV_SEQ_PORT_CAP_… in snd_seq_midisynth_register_port()
380 …if ((port->capability & (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ)) == (SNDRV_SEQ_PORT_CAP… in snd_seq_midisynth_register_port()
Dseq_system.c140 port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* accept queue control */ in snd_seq_system_client_init()
Dseq_dummy.c170 pinfo.capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SUBS_WRITE; in create_port()
Dseq_virmidi.c386 …pinfo->capability |= SNDRV_SEQ_PORT_CAP_WRITE | SNDRV_SEQ_PORT_CAP_SYNC_WRITE | SNDRV_SEQ_PORT_CAP… in snd_virmidi_dev_attach_seq()
Dseq_clientmgr.c616 if (! check_port_perm(dest_port, SNDRV_SEQ_PORT_CAP_WRITE)) { in snd_seq_deliver_single_event()
1374 #define PERM_WR (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_SUBS_WRITE)
2476 #define FLAG_PERM_WR(perm) ((perm) & SNDRV_SEQ_PORT_CAP_WRITE ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_W…
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_init.c95 port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */ in snd_seq_oss_create_client()
323 port.capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_WRITE; /* no subscription */ in create_port()
Dseq_oss_midi.c144 #define PERM_WRITE (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_SUBS_WRITE)
/linux-3.4.99/sound/drivers/opl4/
Dopl4_seq.c165 SNDRV_SEQ_PORT_CAP_WRITE | in snd_opl4_seq_new_device()
/linux-3.4.99/sound/drivers/opl3/
Dopl3_oss.c100 SNDRV_SEQ_PORT_CAP_WRITE, in snd_opl3_oss_create_port()
Dopl3_seq.c199 SNDRV_SEQ_PORT_CAP_WRITE | in snd_opl3_synth_create_port()
/linux-3.4.99/sound/synth/emux/
Demux_seq.c171 cap = SNDRV_SEQ_PORT_CAP_WRITE; in snd_emux_create_port()
/linux-3.4.99/include/sound/
Dasequencer.h475 #define SNDRV_SEQ_PORT_CAP_WRITE (1<<1) /* writable to this port */ macro