Extend ipc stream parameters sent to DSP
authorMark Brown <broonie@kernel.org>
Tue, 12 Jul 2022 18:21:43 +0000 (19:21 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 12 Jul 2022 18:21:43 +0000 (19:21 +0100)
commit4457fbd66bdb93c739ce2404a97c510eaf65e244
tree39d0f1aa382329d4ee2140a2901e1ca231493562
parent501935dae855a469d7529500c450c550acc6e633
parent75b5b7a1ccf606281c4afe365a57ccca486641a2
Extend ipc stream parameters sent to DSP

Merge series from Daniel Baluta <daniel.baluta@oss.nxp.com>
Daniel Baluta <daniel.baluta@nxp.com>:

From: Daniel Baluta <daniel.baluta@nxp.com>

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.