mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	alsa: fix uninitialized variable
This commit is contained in:
		
							parent
							
								
									167537dffc
								
							
						
					
					
						commit
						df2c5d6a14
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -707,6 +707,7 @@ impl_node_port_set_param(void *object,
 | 
				
			||||||
		this->port_info.change_mask |= SPA_PORT_CHANGE_MASK_PARAMS;
 | 
							this->port_info.change_mask |= SPA_PORT_CHANGE_MASK_PARAMS;
 | 
				
			||||||
		this->port_params[PORT_Latency].user++;
 | 
							this->port_params[PORT_Latency].user++;
 | 
				
			||||||
		emit_port_info(this, false);
 | 
							emit_port_info(this, false);
 | 
				
			||||||
 | 
							res = 0;
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	default:
 | 
						default:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue