From 0869be11f86c8acadf0443b3ca340975e6c39ce4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 11 Jan 2026 11:27:15 +0100 Subject: [PATCH] avb: fix compilation --- .../module-avb/aecp-aem-cmds-resps/cmd-get-set-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-avb/aecp-aem-cmds-resps/cmd-get-set-control.c b/src/modules/module-avb/aecp-aem-cmds-resps/cmd-get-set-control.c index 050a1b55d..f7f1c3fce 100644 --- a/src/modules/module-avb/aecp-aem-cmds-resps/cmd-get-set-control.c +++ b/src/modules/module-avb/aecp-aem-cmds-resps/cmd-get-set-control.c @@ -152,7 +152,7 @@ static int handle_cmd_set_control_identify(struct aecp *aecp, struct descriptor goto value_error; } - desc_format->current_value = *value_req; + desc_formats->current_value = *value_req; rc = reply_success(aecp, m, len); if (rc) { pw_log_error("Could not send the set-control response\n");