From: Mark Brown Date: Fri, 28 Jan 2022 20:45:42 +0000 (+0000) Subject: SoC: SOF: ipc: Optimizations for tx message X-Git-Tag: v5.18-rc1~152^2~7^2~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c8a67f53a2bd96759ec621dcc61bb5c3c4a4be;p=thirdparty%2Fkernel%2Flinux.git SoC: SOF: ipc: Optimizations for tx message Merge series from Peter Ujfalusi : The series will drop the internal use of 'header' parameter which is always set to hdr->cmd. The other simplification is to use the provided message directly as it is guarantied to be valid throughout the message sending and we can save memory by not allocating a temporary buffer, also saving on needles memcpy() operations. --- e0c8a67f53a2bd96759ec621dcc61bb5c3c4a4be