Message ID | 20230503081049.73847-1-daniel.baluta@oss.nxp.com |
---|---|
Headers | show |
Series | Improve support for sof_ipc{3|4}_bytes_ext_put | expand |
On Wed, 03 May 2023 11:10:47 +0300, Daniel Baluta wrote: > 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 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: sof: Improve sof_ipc3_bytes_ext_put function commit: 299f6c752f8f7dabb62fe4df62ebd233b58402bd [2/2] ASoC: sof: Improve sof_ipc4_bytes_ext_put function commit: db38d86d0c54e0dbea063e915ce3e1fe394af444 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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(-)