]> git.alsa-project.org Git - alsa-lib.git/commitdiff
rawmidi: Make rawmidi flag bits doxygen-style comments
authorTakashi Iwai <tiwai@suse.de>
Mon, 13 Jan 2025 14:27:36 +0000 (15:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 14 Jan 2025 15:47:34 +0000 (16:47 +0100)
We forgot to put the markers in rawmidi info bit flags.

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

index af734b21db60d267daea33b3c93e07b17e6a8735..713258f2cd80e20d02d7ab4a89c44e7391628e1e 100644 (file)
@@ -94,8 +94,8 @@ typedef enum _snd_rawmidi_read_mode {
 } snd_rawmidi_read_mode_t;
 
 /** rawmidi info bit flags */
-#define SND_RAWMIDI_INFO_UMP                   0x00000008      /* rawmidi is UMP */
-#define SNDRV_RAWMIDI_INFO_STREAM_INACTIVE     0x00000010      /* the selected substream is inactive */
+#define SND_RAWMIDI_INFO_UMP                   0x00000008      /**< rawmidi is UMP */
+#define SNDRV_RAWMIDI_INFO_STREAM_INACTIVE     0x00000010      /**< the selected substream is inactive */
 
 int snd_rawmidi_open(snd_rawmidi_t **in_rmidi, snd_rawmidi_t **out_rmidi,
                     const char *name, int mode);