mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	daemon conf: "high-priority" setting isn't respected
The code got removed by accident during the cleanup in commit 9c438bcac6. So
this patch is needed to bring it back and make things work like documented.
			
			
This commit is contained in:
		
							parent
							
								
									6e4335cc71
								
							
						
					
					
						commit
						4262d6a14f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -900,6 +900,7 @@ int main(int argc, char *argv[]) {
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
    pa_rtclock_hrtimer_enable();
 | 
					    pa_rtclock_hrtimer_enable();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (conf->high_priority)
 | 
				
			||||||
        pa_raise_priority(conf->nice_level);
 | 
					        pa_raise_priority(conf->nice_level);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (conf->system_instance)
 | 
					    if (conf->system_instance)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue