aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof/ipc3-pcm.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 12:31:53 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 12:31:53 +1000
commit66b707a8b08d7139748f6c3f50772ae75295ebef (patch)
tree361fade9bd5c30a8cd201dec1d70718d2abd1ed9 /sound/soc/sof/ipc3-pcm.c
parent628a86d90c785dc5dc1d8e4dc3b4a1ba618090df (diff)
parent1b9d1dbb300120da0dd9bf140e31e0a1842c1991 (diff)
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
Diffstat (limited to 'sound/soc/sof/ipc3-pcm.c')
-rw-r--r--sound/soc/sof/ipc3-pcm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/sof/ipc3-pcm.c b/sound/soc/sof/ipc3-pcm.c
index b97e63d3724a..9c6a84bdeca7 100644
--- a/sound/soc/sof/ipc3-pcm.c
+++ b/sound/soc/sof/ipc3-pcm.c
@@ -115,6 +115,9 @@ static int sof_ipc3_pcm_hw_params(struct snd_soc_component *component,
pcm.params.no_stream_position = 1;
}
+ if (platform_params->cont_update_posn)
+ pcm.params.cont_update_posn = 1;
+
dev_dbg(component->dev, "stream_tag %d", pcm.params.stream_tag);
/* send hw_params IPC to the DSP */