diff options
author | Takashi Iwai <tiwai@suse.de> | 2025-01-10 16:59:36 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-01-12 13:12:20 +0100 |
commit | 7bb49d2e8b52adace88249d9dece41e36af3bba0 (patch) | |
tree | 7d2799ea93e300e7691670f6887d0ab23466a851 /include/uapi/sound | |
parent | b8fefed73a952a33521ad416fb39683abd87454b (diff) | |
download | linux-7bb49d2e8b52adace88249d9dece41e36af3bba0.tar.gz linux-7bb49d2e8b52adace88249d9dece41e36af3bba0.tar.bz2 linux-7bb49d2e8b52adace88249d9dece41e36af3bba0.zip |
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 <tiwai@suse.de>
Link: https://patch.msgid.link/20250110155943.31578-4-tiwai@suse.de
Diffstat (limited to 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/asound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h index 9f3b32602ac1..000b36c0e2b9 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, |