]> git.alsa-project.org Git - alsa-lib.git/commitdiff
ump_msg: Drop unsuitable comments
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Jul 2024 07:47:09 +0000 (09:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 4 Jul 2024 12:42:25 +0000 (14:42 +0200)
There were some leftover comments from the old code that don't fit any
longer.  Drop them.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/ump_msg.h

index c615f33aed43e5f00e9f7daf568ee50ca0dadd18..19e4cb28f8e83691acae45215a9f66e6ec01eb44 100644 (file)
@@ -416,7 +416,6 @@ typedef struct _snd_ump_msg_midi2_per_note_pitchbend {
 
        uint32_t data;          /**< Data (32bit) */
 #else
-       /* 0 */
        uint8_t reserved;       /**< Unused */
        uint8_t note;           /**< Note (7bit) */
        uint8_t channel:4;      /**< Channel */
@@ -428,7 +427,7 @@ typedef struct _snd_ump_msg_midi2_per_note_pitchbend {
 #endif
 } __attribute((packed)) snd_ump_msg_midi2_per_note_pitchbend_t;
 
-/** MIDI2 UMP packet (64bit little-endian) */
+/** MIDI2 UMP packet (64bit) */
 typedef union _snd_ump_msg_midi2 {
        snd_ump_msg_midi2_note_t        note_on;        /**< MIDI2 note-on message */
        snd_ump_msg_midi2_note_t        note_off;       /**< MIDI2 note-off message */