ALSA: ump: Correct wrong byte size at converting a UMP System message
authorTakashi Iwai <tiwai@suse.de>
Wed, 28 Jun 2023 09:43:52 +0000 (11:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jun 2023 09:44:30 +0000 (11:44 +0200)
commit4eecae44a51a13be2d017cebc4f760173253d238
tree842a7978cf4ddb5adbf3793a3111bb97f3da9139
parent33cd7630782df2230529c3e8f1a6d0ae9cd6ab49
ALSA: ump: Correct wrong byte size at converting a UMP System message

A wrong size for UMP_SYSTEM_STATUS_MIDI_TIME_CODE and case
UMP_SYSTEM_STATUS_SONG_SELECT was reported at converting to the legacy
MIDI 1.0 stream.  This patch corrects the value.

Fixes: 0b5288f5fe63 ("ALSA: ump: Add legacy raw MIDI support")
Link: https://lore.kernel.org/r/20230628094352.15754-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/ump_convert.c