Skip to content

Commit

Permalink
ump_msg: Correct a typo in snd_ump_msg_flex_data_t definition.
Browse files Browse the repository at this point in the history
There was a typo in snd_ump_msg_flex_data_t definition; it should be
"set_metronome".

Fixes: 30f8ba7 ("ump_msg: Add definitions for Utility, Stream and Flex Data messages")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
tiwai committed Jul 19, 2024
1 parent 48101de commit 530e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ump_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 530e2f8

Please sign in to comment.