]> www.infradead.org Git - nvme.git/commit
ALSA: seq: Fix missing MSB in MIDI2 SPP conversion
authorTakashi Iwai <tiwai@suse.de>
Wed, 26 Jun 2024 14:51:13 +0000 (16:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 26 Jun 2024 14:52:12 +0000 (16:52 +0200)
commit9d65ab6050d25f17c13f4195aa8e160c6ac638f6
tree68e3715c2a59cbf65ff4ae19bb616c519ace21b3
parent3cd59d8ef8df7d7a079f54d56502dae8f716b39b
ALSA: seq: Fix missing MSB in MIDI2 SPP conversion

The conversion of SPP to MIDI2 UMP called a wrong function, and the
secondary argument wasn't taken.  As a result, MSB of SPP was always
zero.  Fix to call the right function.

Fixes: e9e02819a98a ("ALSA: seq: Automatic conversion of UMP events")
Link: https://patch.msgid.link/20240626145141.16648-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ump_convert.c