From: Takashi Iwai Date: Wed, 26 Jun 2024 09:20:18 +0000 (+0200) Subject: seq: Correct section descriptions for UMP X-Git-Tag: v1.2.13~34 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8da704ef4f409f82307dc7bd54bede6961dec358;p=alsa-lib.git seq: Correct section descriptions for UMP The usage of \section and \subsection were wrong in the previous commit, where the tags were missing. Fixes: 3390f31664d4 ("seq: Add description about MIDI 2.0 and UMP handling") Signed-off-by: Takashi Iwai --- diff --git a/src/seq/seq.c b/src/seq/seq.c index 0da1e891..a18f67e2 100644 --- a/src/seq/seq.c +++ b/src/seq/seq.c @@ -775,9 +775,9 @@ void event_filter(snd_seq_t *seq, snd_seq_event_t *ev) } \endcode -\section MIDI 2.0 and UMP +\section seq_midi2 MIDI 2.0 and UMP -\subsection Extension for UMP +\subsection seq_midi2_extension Extension for UMP The recent extension of ALSA sequencer is the support for MIDI 2.0 and UMP (Universal MIDI Packet) handling. @@ -820,7 +820,7 @@ Block information. Those information can be obtained via #snd_seq_get_ump_endpoint_info() and #snd_seq_get_ump_block_info() from a sequencer client. -\subsection Creation of UMP Virtual Endpoint and Function Blocks +\subsection seq_midi2_virtual_ump Creation of UMP Virtual Endpoint and Function Blocks For making it easier to create a virtual MIDI 2.0 device in user-space, there are a couple of new API functions. For creating a UMP Endpoint in an