Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_CAP_SYNC_READ (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c193 SNDRV_SEQ_PORT_CAP_SYNC_READ | in fill_port_info()
352 SNDRV_SEQ_PORT_CAP_SYNC_READ | in create_ump_endpoint_port()
H A Dseq_virmidi.c393 …pinfo->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_S… in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c372 …port->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SU… in snd_seq_midisynth_probe()
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h427 #define SNDRV_SEQ_PORT_CAP_SYNC_READ (1<<2) macro