ALSA: seq: ump: Fix swapped song position pointer data
authorTakashi Iwai <tiwai@suse.de>
Fri, 31 May 2024 07:51:07 +0000 (09:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 31 May 2024 07:51:44 +0000 (09:51 +0200)
commit310fa3ec2859f1c094e6e9b5d2e1ca51738c409a
treee07283af203232b507ba7c29b9777cac9aeaabf3
parente1e287e6f9de7e43716438f4c131eeb4a0be65b7
ALSA: seq: ump: Fix swapped song position pointer data

At converting between the legacy event and UMP, the parameters for
MIDI Song Position Pointer are incorrectly stored.  It should have
been LSB -> MSB order while it stored in MSB -> LSB order.
This patch corrects the ordering.

Fixes: e9e02819a98a ("ALSA: seq: Automatic conversion of UMP events")
Link: https://lore.kernel.org/r/20240531075110.3250-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ump_convert.c