mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Reverting redundant changes
This commit is contained in:
		
							parent
							
								
									9024cc4444
								
							
						
					
					
						commit
						af263187ea
					
				
					 3 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
					@ -34,9 +34,6 @@
 | 
				
			||||||
#  define _mm256_setr_m128i(v0, v1) _mm256_set_m128i((v1), (v0))
 | 
					#  define _mm256_setr_m128i(v0, v1) _mm256_set_m128i((v1), (v0))
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define _mm256_set_m128i(v0, v1)  _mm256_insertf128_si256(_mm256_castsi128_si256(v1), (v0), 1)
 | 
					 | 
				
			||||||
#define _mm256_setr_m128i(v0, v1) _mm256_set_m128i((v1), (v0))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void
 | 
					static void
 | 
				
			||||||
conv_s16_to_f32d_1s_avx2(void *data, void * SPA_RESTRICT dst[], const void * SPA_RESTRICT src,
 | 
					conv_s16_to_f32d_1s_avx2(void *data, void * SPA_RESTRICT dst[], const void * SPA_RESTRICT src,
 | 
				
			||||||
		uint32_t n_channels, uint32_t n_samples)
 | 
							uint32_t n_channels, uint32_t n_samples)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,7 @@ add-spa-lib support.* support/libspa-support
 | 
				
			||||||
# Loads a module with the given parameters. Normally failure is
 | 
					# Loads a module with the given parameters. Normally failure is
 | 
				
			||||||
# fatal if the module is not found, unless -ifexists is given.
 | 
					# fatal if the module is not found, unless -ifexists is given.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#load-module libpipewire-module-rtkit # rt.prio=20 rt.time.soft=200000 rt.time.hard=200000
 | 
					load-module libpipewire-module-rtkit # rt.prio=20 rt.time.soft=200000 rt.time.hard=200000
 | 
				
			||||||
load-module libpipewire-module-protocol-native
 | 
					load-module libpipewire-module-protocol-native
 | 
				
			||||||
load-module libpipewire-module-profiler
 | 
					load-module libpipewire-module-profiler
 | 
				
			||||||
load-module libpipewire-module-metadata
 | 
					load-module libpipewire-module-metadata
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -141,7 +141,6 @@ static int client_endpoint_create_link(void *object, const struct spa_dict *prop
 | 
				
			||||||
	struct pw_properties *p;
 | 
						struct pw_properties *p;
 | 
				
			||||||
	int res;
 | 
						int res;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pw_log_info(NAME " %s. ", __FUNCTION__);
 | 
					 | 
				
			||||||
	pw_log_debug(NAME" %p: endpoint %p", impl, endpoint);
 | 
						pw_log_debug(NAME" %p: endpoint %p", impl, endpoint);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (props == NULL)
 | 
						if (props == NULL)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue