Skip to content

Commit

Permalink
ALSA: rawmidi: Bump protocol version to 2.0.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Takashi Iwai committed Jan 12, 2025
1 parent b8fefed commit 7bb49d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/sound/asound.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7bb49d2

Please sign in to comment.