mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-10-29 05:40:25 -04:00 
			
		
		
		
	rawmidi: Make rawmidi flag bits doxygen-style comments
We forgot to put the markers in rawmidi info bit flags. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									137eca7720
								
							
						
					
					
						commit
						cdd5a9fa10
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Takashi Iwai
						Takashi Iwai