Hi,
this is a patch set for updating alsa-lib to catch up the changes for MIDI 2.0 UMP v1.1 features. The basic functionality remains, while the uapi header is updated a few API functions for the new features are added.
Takashi
===
Takashi Iwai (3): uapi: Update rawmidi API to 2.0.4 ump: Add UMP 1.1 features seq: Add UMP 1.1 features
include/seq.h | 3 ++ include/sound/uapi/asequencer.h | 5 ++- include/sound/uapi/asound.h | 21 ++++++++-- include/ump.h | 22 +++++++++++ include/ump_msg.h | 67 +++++++++++++++++++++++++++++++ src/Versions.in | 2 + src/rawmidi/ump.c | 70 +++++++++++++++++++++++++++++++++ src/seq/seq.c | 32 +++++++++++++++ 8 files changed, 218 insertions(+), 4 deletions(-)