Home
last modified time | relevance | path

Searched refs:SND_SEQ_PORT_CAP_SYNC_READ (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c455 caps |= SND_SEQ_PORT_CAP_READ | SND_SEQ_PORT_CAP_SYNC_READ | SND_SEQ_PORT_CAP_SUBS_READ; in _snd_rawmidi_virtual_open()
/third_party/alsa-lib/include/
Dseq.h217 #define SND_SEQ_PORT_CAP_SYNC_READ (1<<2) /**< allow read subscriptions */ macro