summaryrefslogtreecommitdiffstats
path: root/include/sound/ump_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/ump_convert.h')
-rw-r--r--include/sound/ump_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/ump_convert.h b/include/sound/ump_convert.h
index d099ae27f849..682499b871ea 100644
--- a/include/sound/ump_convert.h
+++ b/include/sound/ump_convert.h
@@ -19,7 +19,7 @@ struct ump_cvt_to_ump_bank {
/* context for converting from MIDI1 byte stream to UMP packet */
struct ump_cvt_to_ump {
/* MIDI1 intermediate buffer */
- unsigned char buf[4];
+ unsigned char buf[6]; /* up to 6 bytes for SysEx */
int len;
int cmd_bytes;