Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/seq/ !
Dseq_system.c132 port->capability |= SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast */ in snd_seq_system_client_init()
145 port->capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast only */ in snd_seq_system_client_init()
Dseq_midi.c366 …port->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SU… in snd_seq_midisynth_probe()
367 …pability & (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ)) == (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_… in snd_seq_midisynth_probe()
370 if (port->capability & SNDRV_SEQ_PORT_CAP_READ) in snd_seq_midisynth_probe()
Dseq_dummy.c126 pinfo.capability = SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in create_port()
Dseq_ump_client.c192 port->capability |= SNDRV_SEQ_PORT_CAP_READ | in fill_port_info()
351 port->capability |= SNDRV_SEQ_PORT_CAP_READ | in create_ump_endpoint_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_ports.c368 if (info->capability & SNDRV_SEQ_PORT_CAP_READ) in snd_seq_set_port_info()
Dseq_clientmgr.c1426 #define PERM_RD (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)
2606 #define FLAG_PERM_RD(perm) ((perm) & SNDRV_SEQ_PORT_CAP_READ ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_RE…
/linux-6.6.21/include/uapi/sound/ !
Dasequencer.h424 #define SNDRV_SEQ_PORT_CAP_READ (1<<0) /* readable from this port */ macro
/linux-6.6.21/sound/core/seq/oss/ !
Dseq_oss_init.c308 port.capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_WRITE; /* no subscription */ in create_port()
Dseq_oss_midi.c134 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)