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
				
			
		| 
						 | 
				
			
			@ -817,10 +817,8 @@ static void save_slave_setting(snd_pcm_direct_t *dmix, snd_pcm_t *spcm)
 | 
			
		|||
	COPY_SLAVE(period_size);
 | 
			
		||||
	COPY_SLAVE(period_time);
 | 
			
		||||
	COPY_SLAVE(periods);
 | 
			
		||||
	COPY_SLAVE(tick_time);
 | 
			
		||||
	COPY_SLAVE(tstamp_mode);
 | 
			
		||||
	COPY_SLAVE(period_step);
 | 
			
		||||
	COPY_SLAVE(sleep_min);
 | 
			
		||||
	COPY_SLAVE(avail_min);
 | 
			
		||||
	COPY_SLAVE(start_threshold);
 | 
			
		||||
	COPY_SLAVE(stop_threshold);
 | 
			
		||||
| 
						 | 
				
			
			@ -1170,10 +1168,8 @@ static void copy_slave_setting(snd_pcm_direct_t *dmix, snd_pcm_t *spcm)
 | 
			
		|||
	COPY_SLAVE(period_size);
 | 
			
		||||
	COPY_SLAVE(period_time);
 | 
			
		||||
	COPY_SLAVE(periods);
 | 
			
		||||
	COPY_SLAVE(tick_time);
 | 
			
		||||
	COPY_SLAVE(tstamp_mode);
 | 
			
		||||
	COPY_SLAVE(period_step);
 | 
			
		||||
	COPY_SLAVE(sleep_min);
 | 
			
		||||
	COPY_SLAVE(avail_min);
 | 
			
		||||
	COPY_SLAVE(start_threshold);
 | 
			
		||||
	COPY_SLAVE(stop_threshold);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue