mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04: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;
|
||||
else
|
||||
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);
|
||||
else
|
||||
backend->msbc_force_mtu = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue