From: Mark Brown Date: Fri, 28 Jan 2022 20:45:42 +0000 (+0000) Subject: SoC: SOF: ipc: Optimizations for tx message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e0c8a67f53a2bd96759ec621dcc61bb5c3c4a4be;p=linux.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