mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	More documentation changes (rawmidi, timer)
This commit is contained in:
		
							parent
							
								
									56fac8ab14
								
							
						
					
					
						commit
						2ca5ace9cb
					
				
					 11 changed files with 197 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -5,6 +5,7 @@
 | 
			
		|||
 * \date 2000
 | 
			
		||||
 *
 | 
			
		||||
 * CTL interface is designed to access primitive controls.
 | 
			
		||||
 * See \ref control page for more details.
 | 
			
		||||
 */
 | 
			
		||||
/*
 | 
			
		||||
 *  Control Interface - main file
 | 
			
		||||
| 
						 | 
				
			
			@ -27,6 +28,18 @@
 | 
			
		|||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*! \page control Control interface
 | 
			
		||||
 | 
			
		||||
<P>Control interface is designed to access primitive controls. There is
 | 
			
		||||
also interface notifying about control and structure changes.
 | 
			
		||||
 | 
			
		||||
\section control_general_overview General overview
 | 
			
		||||
 | 
			
		||||
The primitive controls can be integer, boolean, enumerators, bytes
 | 
			
		||||
and IEC958 structure.
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <stdarg.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue