From: Takashi Iwai Date: Fri, 10 Jan 2025 15:59:36 +0000 (+0100) Subject: ALSA: rawmidi: Bump protocol version to 2.0.5 X-Git-Tag: v6.14-rc1~111^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bb49d2e8b52adac;p=thirdparty%2Flinux.git ALSA: rawmidi: Bump protocol version to 2.0.5 Bump the protocol version to 2.0.5, as we extended the rawmidi ABI for the new tied_device info and the substream inactive flag. Signed-off-by: Takashi Iwai Link: https://patch.msgid.link/20250110155943.31578-4-tiwai@suse.de --- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h index 9f3b32602ac16..000b36c0e2b9e 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h @@ -716,7 +716,7 @@ enum { * Raw MIDI section - /dev/snd/midi?? */ -#define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 4) +#define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 5) enum { SNDRV_RAWMIDI_STREAM_OUTPUT = 0,