Message ID | 20220712141531.14599-1-daniel.baluta@oss.nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Extend ipc stream parameters sent to DSP | expand |
On Tue, 12 Jul 2022 17:15:27 +0300, Daniel Baluta wrote: > From: Daniel Baluta <daniel.baluta@nxp.com> > > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > We need a way to send extra parameters to DSP firmware. In order to do > this, we introduce ext_data array at the end of ipc_stream_params. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: SOF: compress: Dynamically allocate pcm params struct commit: d5770daef62d2e4d33015089bab392ef867fd35a [2/4] ASoC: SOF: Copy compress parameters into extended data commit: 3f70c360d484466da7420f395d4675ca02436e32 [3/4] ASoC: SOF: compress: Prevent current kernel running with older FW commit: 246b135fcdba57a4e77a702580391ae1942c1e3b [4/4] uapi: sof: abi: Bump SOF ABI for ext_data_length commit: 75b5b7a1ccf606281c4afe365a57ccca486641a2 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> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need a way to send extra parameters to DSP firmware. In order to do this, we introduce ext_data array at the end of ipc_stream_params. With this new addition we can send compress parameters. This requires SOF ABI bump. Daniel Baluta (4): ASoC: SOF: compress: Dynamically allocate pcm params struct ASoC: SOF: Copy compress parameters into extended data ASoC: SOF: compress: Prevent current kernel running with older FW uapi: sof: abi: Bump SOF ABI for ext_data_length include/sound/sof/stream.h | 6 ++- include/uapi/sound/sof/abi.h | 2 +- sound/soc/sof/compress.c | 73 ++++++++++++++++++++++++------------ 3 files changed, 54 insertions(+), 27 deletions(-)