mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
seq: Correct section descriptions for UMP
The usage of \section and \subsection were wrong in the previous
commit, where the tags were missing.
Fixes: 3390f31664 ("seq: Add description about MIDI 2.0 and UMP handling")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3390f31664
commit
8da704ef4f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue