mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	- added poll_ask callback to mangle avail_min (rate_plugin as example)
- added mangling of avail_min to rate_plugin - added poll_fd_count variable - FIXME: move poll_revents callback to fast_ops
This commit is contained in:
		
							parent
							
								
									81f8c76094
								
							
						
					
					
						commit
						7c201b510a
					
				
					 15 changed files with 132 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -602,6 +602,7 @@ static snd_pcm_fast_ops_t snd_pcm_shm_fast_ops = {
 | 
			
		|||
	.rewind = snd_pcm_shm_rewind,
 | 
			
		||||
	.forward = snd_pcm_shm_forward,
 | 
			
		||||
	.resume = snd_pcm_shm_resume,
 | 
			
		||||
	.poll_ask = NULL,
 | 
			
		||||
	.writei = snd_pcm_mmap_writei,
 | 
			
		||||
	.writen = snd_pcm_mmap_writen,
 | 
			
		||||
	.readi = snd_pcm_mmap_readi,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue