mbox series

[0/4,v2] Add support to compress API to ipc_msg_data / set_stream_data_offset

Message ID 20230117122533.201708-1-daniel.baluta@oss.nxp.com (mailing list archive)
Headers show
Series Add support to compress API to ipc_msg_data / set_stream_data_offset | expand

Message

Daniel Baluta (OSS) Jan. 17, 2023, 12:25 p.m. UTC
From: Daniel Baluta <daniel.baluta@nxp.com>

This patch series adds compress API support to ipc_msg_data /
set_stream_data_offset callbacks.

Changes since v1:
	- fixed reviewed-by list (+Peter, -Pierre). Since github had
	  some glitches I added the reviews received manually in the
          commits.
	- Github PR link: https://github.com/thesofproject/linux/pull/4133

Daniel Baluta (4):
  ASoC: SOF: Prepare ipc_msg_data to be used with compress API
  ASoC: SOF: Prepare set_stream_data_offset for compress API
  ASoC: SOF: Add support for compress API for stream data/offset
  ASoC: SOF: compress: Set compress data offset

 sound/soc/sof/amd/acp-ipc.c            |  8 ++--
 sound/soc/sof/amd/acp.h                |  5 ++-
 sound/soc/sof/compress.c               |  9 +++++
 sound/soc/sof/intel/hda-ipc.c          |  8 ++--
 sound/soc/sof/intel/hda.h              |  4 +-
 sound/soc/sof/ipc3-pcm.c               |  3 +-
 sound/soc/sof/ipc3.c                   |  4 +-
 sound/soc/sof/mediatek/mt8186/mt8186.c |  2 +-
 sound/soc/sof/mediatek/mt8195/mt8195.c |  2 +-
 sound/soc/sof/ops.h                    |  8 ++--
 sound/soc/sof/sof-priv.h               | 11 ++++--
 sound/soc/sof/stream-ipc.c             | 53 +++++++++++++++++++-------
 12 files changed, 81 insertions(+), 36 deletions(-)

Comments

Mark Brown Jan. 18, 2023, 3:46 p.m. UTC | #1
On Tue, 17 Jan 2023 14:25:29 +0200, Daniel Baluta wrote:
> This patch series adds compress API support to ipc_msg_data /
> set_stream_data_offset callbacks.
> 
> Changes since v1:
> 	- fixed reviewed-by list (+Peter, -Pierre). Since github had
> 	  some glitches I added the reviews received manually in the
>           commits.
> 	- Github PR link: https://github.com/thesofproject/linux/pull/4133
> 
> [...]

Applied to

   broonie/sound.git for-next

Thanks!

[1/4] ASoC: SOF: Prepare ipc_msg_data to be used with compress API
      commit: 1b905942d6cd182b7ef14e9f095178376d3847e6
[2/4] ASoC: SOF: Prepare set_stream_data_offset for compress API
      commit: 249f186d6b0211fc59d83db128030f2b298063a1
[3/4] ASoC: SOF: Add support for compress API for stream data/offset
      commit: 090349a9feba3ceee3997d31d68ffe54e5b57acb
[4/4] ASoC: SOF: compress: Set compress data offset
      commit: a9737808b3e4e2313cc2aab2e807836a06576277

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
Mark Brown Jan. 19, 2023, 3:33 p.m. UTC | #2
On Tue, 17 Jan 2023 14:25:29 +0200, Daniel Baluta wrote:
> This patch series adds compress API support to ipc_msg_data /
> set_stream_data_offset callbacks.
> 
> Changes since v1:
> 	- fixed reviewed-by list (+Peter, -Pierre). Since github had
> 	  some glitches I added the reviews received manually in the
>           commits.
> 	- Github PR link: https://github.com/thesofproject/linux/pull/4133
> 
> [...]

Applied to

   broonie/sound.git for-next

Thanks!

[1/4] ASoC: SOF: Prepare ipc_msg_data to be used with compress API
      commit: 1b905942d6cd182b7ef14e9f095178376d3847e6
[3/4] ASoC: SOF: Add support for compress API for stream data/offset
      commit: 090349a9feba3ceee3997d31d68ffe54e5b57acb
[4/4] ASoC: SOF: compress: Set compress data offset
      commit: a9737808b3e4e2313cc2aab2e807836a06576277

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