return type;
 }
 
+static int mt8186_pcm_hw_params(struct snd_sof_dev *sdev,
+                               struct snd_pcm_substream *substream,
+                               struct snd_pcm_hw_params *params,
+                               struct snd_sof_platform_stream_params *platform_params)
+{
+       platform_params->cont_update_posn = 1;
+
+       return 0;
+}
+
 static struct snd_soc_dai_driver mt8186_dai[] = {
 {
        .name = "SOF_DL1",
 
        /* stream callbacks */
        .pcm_open       = sof_stream_pcm_open,
+       .pcm_hw_params  = mt8186_pcm_hw_params,
        .pcm_close      = sof_stream_pcm_close,
 
        /* firmware loading */