ALSA: ump: Update substream name from assigned FB names
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Jul 2024 14:13:14 +0000 (16:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 30 Jul 2024 05:45:43 +0000 (07:45 +0200)
commit0642a3c5cacc0321c755d45ae48f2c84475469a6
tree340f1587020c5a93f9dc9b75ce409a58c8575bfa
parent4e9652003bc39032c3ab79e607aa3d1913c7cf57
ALSA: ump: Update substream name from assigned FB names

We had a nice name scheme in ALSA sequencer UMP binding for each
sequencer port referring to each assigned Function Block name, while
the legacy rawmidi refers only to the UMP Endpoint name.  It's better
to align both.

This patch moves the UMP Group attribute update functions into the
core UMP code from the sequencer binding code, and improve the
substream name of the legacy rawmidi.

Link: https://patch.msgid.link/20240729141315.18253-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/ump.h
sound/core/seq/seq_ump_client.c
sound/core/ump.c