mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-10-29 05:40:27 -04:00 
			
		
		
		
	Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Barnabás Pőcze <pobrn@protonmail.com>
This commit is contained in:
		
							parent
							
								
									1259829ac3
								
							
						
					
					
						commit
						625c0f5784
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -2635,8 +2635,7 @@ static struct spa_bt_device *create_bcast_device(struct spa_bt_monitor *monitor, | |||
| 	d->adapter_path = strdup(adapter->path); | ||||
| 	d->alias = strdup(adapter->alias); | ||||
| 	d->name = strdup(adapter->name); | ||||
| 	if (asprintf(&d->address , "00:00:00:00:00:00.%d",d->id) < 0) | ||||
| 	 	return NULL; | ||||
| 	d->address = spa_aprintf("00:00:00:00:00:00.%d", d->id); | ||||
| 	d->reconnect_state = BT_DEVICE_RECONNECT_STOP; | ||||
| 
 | ||||
| 	device_update_hw_volume_profiles(d); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Barnabás Pőcze
						Barnabás Pőcze