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 (mailing list archive)
Headers show
Series Improve support for sof_ipc{3|4}_bytes_ext_put | expand

Message

Daniel Baluta (OSS) 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(-)

Comments

Mark Brown May 16, 2023, 2:47 p.m. UTC | #1
On Tue, May 16, 2023 at 04:23:59PM +0300, Daniel Baluta wrote:
> 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.

Please allow a reasonable time for review, we're only at -rc1.