ASoC: Intel: avs: Do not reuse msg between different IPC handlers
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 10 Oct 2022 12:19:50 +0000 (14:19 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Oct 2022 11:50:13 +0000 (12:50 +0100)
commit18a787909ca6bac3a3a3235c08d68a4a9838fe7b
tree4472987938af65e27dd707e90eacabbcd10e5986
parente331b534d3b1a5a36a7bc1e7a85e21d2561aa2e6
ASoC: Intel: avs: Do not reuse msg between different IPC handlers

While LOG_BUFFER_STATUS is a simple notification with only one
meaningful field, same message ptr shall not be reused for two different
handlers.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20221010121955.718168-11-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/apl.c