Commit: cb1a3fd96c48a878f1a93ffc81e0c5d867b03cd8
Parent: 4db4d5fa1c4fefcf3ec7f161a4c7164df0195ed7
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2023-11-30 16:30:45
Tree: 0416cb9f5984fc33531c52479b399d43b054bf37

shared/vcp: Fix build error This fixes the following build error in some architectures: src/shared/vcp.c:961:24: error: lvalue required as unary ‘&’ operand 961 | iov.iov_base = &cpu_to_le32(vocs->vocs_audio_loc); | ^

Diffstat

M src/shared/vcp.c | 9 ++++- - - - -

1 files changed, 4 insertions(+), 5 deletions(-)

View Full Diff | Patch