mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	svolume: add ARM optimized volume scaling
This commit is contained in:
		
							parent
							
								
									a98fa950d2
								
							
						
					
					
						commit
						951bf1b28d
					
				
					 5 changed files with 281 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -93,6 +93,7 @@
 | 
			
		|||
#ifdef HAVE_DBUS
 | 
			
		||||
#include <pulsecore/dbus-shared.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <pulsecore/cpu-arm.h>
 | 
			
		||||
#include <pulsecore/cpu-x86.h>
 | 
			
		||||
 | 
			
		||||
#include "cmdline.h"
 | 
			
		||||
| 
						 | 
				
			
			@ -821,6 +822,7 @@ int main(int argc, char *argv[]) {
 | 
			
		|||
    pa_memtrap_install();
 | 
			
		||||
 | 
			
		||||
    pa_cpu_init_x86();
 | 
			
		||||
    pa_cpu_init_arm();
 | 
			
		||||
 | 
			
		||||
    pa_assert_se(mainloop = pa_mainloop_new());
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue