]> git.alsa-project.org Git - alsa-lib.git/commitdiff
ump_msg: Correct a typo in snd_ump_msg_flex_data_t definition.
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Jul 2024 12:30:12 +0000 (14:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Jul 2024 12:30:12 +0000 (14:30 +0200)
There was a typo in snd_ump_msg_flex_data_t definition; it should be
"set_metronome".

Fixes: 30f8ba74c5a2 ("ump_msg: Add definitions for Utility, Stream and Flex Data messages")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/ump_msg.h

index 3d8f95efb57a0d1587282c2f2d6e99c26c2bb8b2..9b189144e664dd5c69c05cc12940436a245dc734 100644 (file)
@@ -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 */