Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_system.c151 port->capability |= SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast */ in snd_seq_system_client_init()
164 port->capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast only */ in snd_seq_system_client_init()
H A Dseq_dummy.c132 pinfo.capability = SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in create_port()
H A Dseq_ump_client.c182 SNDRV_SEQ_PORT_CAP_SUBS_READ; in fill_port_info()
297 SNDRV_SEQ_PORT_CAP_SUBS_READ; in create_ump_endpoint_port()
H A Dseq_virmidi.c387 …apability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c365 …apability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in snd_seq_midisynth_probe()
H A Dseq_clientmgr.c1457 #define PERM_RD (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)
2651 …G_PERM_RD(perm) ((perm) & SNDRV_SEQ_PORT_CAP_READ ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_READ ? 'R' :…
/linux/include/uapi/sound/
H A Dasequencer.h442 #define SNDRV_SEQ_PORT_CAP_SUBS_READ (1<<5) /* allow read subscription */
432 #define SNDRV_SEQ_PORT_CAP_SUBS_READ global() macro
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c129 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)