]> www.infradead.org Git - users/hch/misc.git/commitdiff
ALSA: rawmidi: Bump protocol version to 2.0.5
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 Jan 2025 15:59:36 +0000 (16:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 12 Jan 2025 12:12:20 +0000 (13:12 +0100)
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 <tiwai@suse.de>
Link: https://patch.msgid.link/20250110155943.31578-4-tiwai@suse.de
include/uapi/sound/asound.h

index 9f3b32602ac16536ae6d35ecb407f7f6e1bd50a9..000b36c0e2b9e8765c9a220d6f50a05a28f6035e 100644 (file)
@@ -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,