mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-22 01:40:33 -05:00
bluez5: cleanup bluez5.bcast_source.config parsing
Also fix doc.
This commit is contained in:
parent
44d96ed4b9
commit
345131475c
3 changed files with 106 additions and 107 deletions
|
|
@ -1174,7 +1174,7 @@ static int codec_get_bis_config(const struct media_codec *codec, uint8_t *caps,
|
|||
return -EINVAL;
|
||||
|
||||
SPA_FOR_EACH_ELEMENT_VAR(bap_bcast_qos_configs, c) {
|
||||
if (strcmp(c->name, preset) == 0) {
|
||||
if (spa_streq(c->name, preset)) {
|
||||
preset_found = true;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue