mirror of
				https://github.com/alsa-project/alsa-tools.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef CONFIG__H
							 | 
						||
| 
								 | 
							
								#define CONFIG__H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void config_open();
							 | 
						||
| 
								 | 
							
								void config_close();
							 | 
						||
| 
								 | 
							
								void config_set_stereo(GtkWidget *but, gpointer data);
							 | 
						||
| 
								 | 
							
								void config_restore_stereo();
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 |