ipc4: disable ipc3 stream position

The ipc3 stream position is not fit for ipc4
and sends ipc3 message to host. Now disable it.

Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
Rander Wang 2022-02-09 16:23:41 +08:00 committed by Liam Girdwood
parent fa287e637b
commit f4b2901cf8
1 changed files with 3 additions and 0 deletions

View File

@ -731,6 +731,9 @@ static int copier_params(struct comp_dev *dev, struct sof_ipc_stream_params *par
params->buffer_fmt = cd->config.base.audio_fmt.interleaving_style;
params->buffer.size = cd->config.base.ibs;
/* disable ipc3 stream position */
params->no_stream_position = 1;
/* update each sink format */
list_for_item(sink_list, &dev->bsink_list) {
int j;