We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a64db0b + 4eecae4 commit 4926a34Copy full SHA for 4926a34
1 file changed
sound/core/ump_convert.c
@@ -73,7 +73,7 @@ static int cvt_ump_system_to_legacy(u32 data, unsigned char *buf)
73
case UMP_SYSTEM_STATUS_MIDI_TIME_CODE:
74
case UMP_SYSTEM_STATUS_SONG_SELECT:
75
buf[1] = (data >> 8) & 0x7f;
76
- return 1;
+ return 2;
77
case UMP_SYSTEM_STATUS_SONG_POSITION:
78
79
buf[2] = data & 0x7f;
0 commit comments