mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	ofono: fix wrong name for bluez5.msbc-force-mtu
This commit is contained in:
		
							parent
							
								
									f1d9b2317c
								
							
						
					
					
						commit
						32e861fcf5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -719,7 +719,7 @@ struct spa_bt_backend *backend_ofono_new(struct spa_bt_monitor *monitor,
 | 
				
			||||||
		backend->msbc_supported = strcmp(str, "true") == 0 || atoi(str) == 1;
 | 
							backend->msbc_supported = strcmp(str, "true") == 0 || atoi(str) == 1;
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		backend->msbc_supported = false;
 | 
							backend->msbc_supported = false;
 | 
				
			||||||
	if (info && (str = spa_dict_lookup(info, "bluez5.msbc-mtu-workaround")))
 | 
						if (info && (str = spa_dict_lookup(info, "bluez5.msbc-force-mtu")))
 | 
				
			||||||
		backend->msbc_force_mtu = atoi(str);
 | 
							backend->msbc_force_mtu = atoi(str);
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		backend->msbc_force_mtu = -1;
 | 
							backend->msbc_force_mtu = -1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue