mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Added support for async. Added error callback (and begun to use it). First implementation of pcm_share
This commit is contained in:
		
							parent
							
								
									d07934a537
								
							
						
					
					
						commit
						dcc88ffaa7
					
				
					 20 changed files with 1363 additions and 32 deletions
				
			
		| 
						 | 
				
			
			@ -695,6 +695,7 @@ struct snd_pcm_ops snd_pcm_route_ops = {
 | 
			
		|||
	channel_setup: snd_pcm_route_channel_setup,
 | 
			
		||||
	dump: snd_pcm_route_dump,
 | 
			
		||||
	nonblock: snd_pcm_plugin_nonblock,
 | 
			
		||||
	async: snd_pcm_plugin_async,
 | 
			
		||||
	mmap_status: snd_pcm_plugin_mmap_status,
 | 
			
		||||
	mmap_control: snd_pcm_plugin_mmap_control,
 | 
			
		||||
	mmap_data: snd_pcm_plugin_mmap_data,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue