The kernel 6.14 will receive a few small enhancements for rawmidi and sequencer APIs, and this patch set covers those.
v1->v2: sync with the latest rawmidi API change to pass 0 to tied_device as default
v1: https://lore.kernel.org/20250114085515.11880-1-tiwai@suse.de
Takashi
===
Takashi Iwai (5): Sync UAPI asound.h with 6.14 kernel Sync UAPI asequencer.h with 6.14 kernel rawmidi: Extensions for tied device and substream inactive flag rawmidi: Make rawmidi flag bits doxygen-style comments seq: Define new events for UMP EP/FB change notifications
include/local.h | 1 + include/rawmidi.h | 4 +++- include/seq_event.h | 12 ++++++++++++ include/sound/uapi/asequencer.h | 12 +++++++++++- include/sound/uapi/asound.h | 8 ++++++-- src/rawmidi/rawmidi.c | 16 ++++++++++++++++ 6 files changed, 49 insertions(+), 4 deletions(-)