Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/sound/
Dasequencer.h436 #define SNDRV_SEQ_PORT_CAP_UMP_ENDPOINT (1<<9) /* MIDI 2.0 UMP Endpoint port */ macro
/Linux-v6.6/sound/core/seq/
Dseq_ump_client.c349 port->capability = SNDRV_SEQ_PORT_CAP_UMP_ENDPOINT; in create_ump_endpoint_port()
Dseq_clientmgr.c1314 if ((info->capability & SNDRV_SEQ_PORT_CAP_UMP_ENDPOINT) && in snd_seq_ioctl_create_port()
1346 if (info->capability & SNDRV_SEQ_PORT_CAP_UMP_ENDPOINT) in snd_seq_ioctl_create_port()
/Linux-v6.6/Documentation/sound/designs/
Dmidi-2.0.rst338 port (`SNDRV_SEQ_PORT_CAP_UMP_ENDPOINT`).