Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_CAP_READ (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/sound/core/seq/
Dseq_system.c140 port->capability |= SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast */ in snd_seq_system_client_init()
150 port->capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast only */ in snd_seq_system_client_init()
Dseq_midi.c379 …port->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SU… in snd_seq_midisynth_register_port()
380 …pability & (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ)) == (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_… in snd_seq_midisynth_register_port()
Dseq_dummy.c169 pinfo.capability = SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in create_port()
Dseq_virmidi.c386 …pinfo->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_S… in snd_virmidi_dev_attach_seq()
Dseq_clientmgr.c1372 #define PERM_RD (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)
2474 #define FLAG_PERM_RD(perm) ((perm) & SNDRV_SEQ_PORT_CAP_READ ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_RE…
/linux-2.6.39/include/sound/
Dasequencer.h474 #define SNDRV_SEQ_PORT_CAP_READ (1<<0) /* readable from this port */ macro
/linux-2.6.39/sound/core/seq/oss/
Dseq_oss_init.c322 port.capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_WRITE; /* no subscription */ in create_port()
Dseq_oss_midi.c145 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)