diff options
| author | Mark Brown <broonie@kernel.org> | 2022-07-12 21:21:43 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2022-07-12 21:21:43 +0300 |
| commit | 4457fbd66bdb93c739ce2404a97c510eaf65e244 (patch) | |
| tree | 39d0f1aa382329d4ee2140a2901e1ca231493562 /include/uapi | |
| parent | 501935dae855a469d7529500c450c550acc6e633 (diff) | |
| parent | 75b5b7a1ccf606281c4afe365a57ccca486641a2 (diff) | |
| download | linux-4457fbd66bdb93c739ce2404a97c510eaf65e244.tar.xz | |
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.
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/sound/sof/abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/sof/abi.h b/include/uapi/sound/sof/abi.h index c88f467374ae..b7dce4df7ecd 100644 --- a/include/uapi/sound/sof/abi.h +++ b/include/uapi/sound/sof/abi.h @@ -28,7 +28,7 @@ /* SOF ABI version major, minor and patch numbers */ #define SOF_ABI_MAJOR 3 -#define SOF_ABI_MINOR 21 +#define SOF_ABI_MINOR 22 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */ |
