mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ump_msg: Correct a typo in snd_ump_msg_flex_data_t definition.
There was a typo in snd_ump_msg_flex_data_t definition; it should be
"set_metronome".
Fixes: 30f8ba74c5 ("ump_msg: Add definitions for Utility, Stream and Flex Data messages")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
48101de6fa
commit
530e2f8131
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ typedef union _snd_ump_msg_flex_data {
|
|||
snd_ump_msg_flex_data_meta_t text; /**< Text data */
|
||||
snd_ump_msg_set_tempo_t set_tempo; /**< Set Tempo */
|
||||
snd_ump_msg_set_time_sig_t set_time_sig; /**< Set Time Signature */
|
||||
snd_ump_msg_set_metronome_t set_metronoe; /**< Set Metronome */
|
||||
snd_ump_msg_set_metronome_t set_metronome; /**< Set Metronome */
|
||||
snd_ump_msg_set_chord_name_t set_chord_name; /**< Set Chord Name */
|
||||
snd_ump_msg_hdr_t hdr; /**< UMP header */
|
||||
uint32_t raw[4]; /**< raw UMP packet */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue