mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-25 01:40:10 -05:00
ump: Add initial support
This patch adds the initial support for UMP rawmidi access. It's merely the wrapper for the standard rawmidi to access to the UMP rawmidi device. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6627953de0
commit
f47763d2c1
10 changed files with 769 additions and 4 deletions
|
|
@ -67,3 +67,5 @@ int snd_rawmidi_virtual_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp,
|
|||
|
||||
int _snd_rawmidi_ump_endpoint_info(snd_rawmidi_t *rmidi, void *info);
|
||||
int _snd_rawmidi_ump_block_info(snd_rawmidi_t *rmidi, void *info);
|
||||
|
||||
#define _SND_RAWMIDI_OPEN_UMP (1U << 16) /* internal open mode bit */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue