mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Revert "pcm: file: Add htimestamp operation in plugin file"
This reverts commit f8d07a7354.
The htimestamp field was already intiailized.  It was just overlooked,
sorry.
Suggested-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
			
			
This commit is contained in:
		
							parent
							
								
									f8d07a7354
								
							
						
					
					
						commit
						3e4887c112
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -706,7 +706,6 @@ static const snd_pcm_fast_ops_t snd_pcm_file_fast_ops = {
 | 
				
			||||||
	.readi = snd_pcm_file_readi,
 | 
						.readi = snd_pcm_file_readi,
 | 
				
			||||||
	.readn = snd_pcm_file_readn,
 | 
						.readn = snd_pcm_file_readn,
 | 
				
			||||||
	.avail_update = snd_pcm_generic_avail_update,
 | 
						.avail_update = snd_pcm_generic_avail_update,
 | 
				
			||||||
	.htimestamp = snd_pcm_generic_htimestamp,
 | 
					 | 
				
			||||||
	.mmap_commit = snd_pcm_file_mmap_commit,
 | 
						.mmap_commit = snd_pcm_file_mmap_commit,
 | 
				
			||||||
	.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,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue