mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Remove sleep_min and tick
The sleep_min and tick are removed features from the kernel. This patch cleans the corresponding part in alsa-lib.
This commit is contained in:
		
							parent
							
								
									cf15e49d84
								
							
						
					
					
						commit
						679cea4125
					
				
					 9 changed files with 64 additions and 144 deletions
				
			
		| 
						 | 
				
			
			@ -85,10 +85,10 @@ typedef struct {
 | 
			
		|||
		unsigned int period_size;
 | 
			
		||||
		unsigned int period_time;
 | 
			
		||||
		snd_interval_t periods;
 | 
			
		||||
		unsigned int tick_time;
 | 
			
		||||
		unsigned int tick_time; /* not used */
 | 
			
		||||
		snd_pcm_tstamp_t tstamp_mode;
 | 
			
		||||
		unsigned int period_step;
 | 
			
		||||
		unsigned int sleep_min;
 | 
			
		||||
		unsigned int sleep_min; /* not used */
 | 
			
		||||
		unsigned int avail_min;
 | 
			
		||||
		unsigned int start_threshold;	
 | 
			
		||||
		unsigned int stop_threshold;	
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue