ALSA: seq: ump: Use the common RPN/bank conversion context
authorTakashi Iwai <tiwai@suse.de>
Wed, 31 Jul 2024 13:05:24 +0000 (15:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 31 Jul 2024 13:08:45 +0000 (15:08 +0200)
commita683030606fa5ff8b722a5e28839d19288011ede
tree18ac7001170c49cea32db8f4e034ede109ab5a27
parent50a6dd19dca9446475f023eaa652016bfe5b1cbe
ALSA: seq: ump: Use the common RPN/bank conversion context

The UMP core conversion helper API already defines the context needed
to record the bank and RPN/NRPN values, and we can simply re-use the
same struct instead of re-defining the same content as a different
name.

Link: https://patch.msgid.link/20240731130528.12600-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ports.h
sound/core/seq/seq_ump_convert.c