mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-07 08:21:11 -04:00
avb: fix compilation
This commit is contained in:
parent
3597e09600
commit
0869be11f8
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ static int handle_cmd_set_control_identify(struct aecp *aecp, struct descriptor
|
||||||
goto value_error;
|
goto value_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
desc_format->current_value = *value_req;
|
desc_formats->current_value = *value_req;
|
||||||
rc = reply_success(aecp, m, len);
|
rc = reply_success(aecp, m, len);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
pw_log_error("Could not send the set-control response\n");
|
pw_log_error("Could not send the set-control response\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue