]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc2492487d85cdf07e17464d14a9cdeb6188451c3
tree39d0f1aa382329d4ee2140a2901e1ca231493562
parenta4846195106e2eb4c326a645b85bcc42ff0712bc
parent0530ff39d6a5f32560ece4c8325a1b47018b1380
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.