mbox series

[RESEND,0/2] Improve support for sof_ipc{3|4}_bytes_ext_put

Message ID 20230516132401.205563-1-daniel.baluta@oss.nxp.com
Headers show
Series Improve support for sof_ipc{3|4}_bytes_ext_put | expand

Message

Daniel Baluta May 16, 2023, 1:23 p.m. UTC
From: Daniel Baluta <daniel.baluta@nxp.com>

This patch series provides better handling of cases where sending
a data blob to FW results in a validation error.

In this case we restore to the last good known value instead of keeping
the data that firwmare rejected.

Paul Olaru (2):
  ASoC: sof: Improve sof_ipc3_bytes_ext_put function
  ASoC: sof: Improve sof_ipc4_bytes_ext_put function

 sound/soc/sof/ipc3-control.c | 54 ++++++++++++++++++++++++++++++++----
 sound/soc/sof/ipc4-control.c | 39 +++++++++++++++++++++++---
 sound/soc/sof/sof-audio.h    |  1 +
 3 files changed, 84 insertions(+), 10 deletions(-)