mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	pcm:file: add the missing htimestamp callback
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									042223c4ee
								
							
						
					
					
						commit
						68ae0c72a5
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -697,6 +697,7 @@ static const snd_pcm_fast_ops_t snd_pcm_file_fast_ops = {
 | 
				
			||||||
	.poll_descriptors_count = snd_pcm_generic_poll_descriptors_count,
 | 
						.poll_descriptors_count = snd_pcm_generic_poll_descriptors_count,
 | 
				
			||||||
	.poll_descriptors = snd_pcm_generic_poll_descriptors,
 | 
						.poll_descriptors = snd_pcm_generic_poll_descriptors,
 | 
				
			||||||
	.poll_revents = snd_pcm_generic_poll_revents,
 | 
						.poll_revents = snd_pcm_generic_poll_revents,
 | 
				
			||||||
 | 
						.htimestamp = snd_pcm_generic_real_htimestamp,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue