--- Begin Message ---
- To: <broonie@xxxxxxxxxx>, <alsa-devel@xxxxxxxxxxxxxxxx>
- Subject: [PATCH 2/2] ASoC: SOF: amd: Enable cont_update_posn variable in pcm hw_params.
- From: V sujith kumar Reddy <Vsujithkumar.Reddy@xxxxxxx>
- Date: Wed, 8 Mar 2023 14:15:09 +0530
- Cc: Vijendar.Mukunda@xxxxxxx, Basavaraj.Hiregoudar@xxxxxxx, Sunil-kumar.Dommati@xxxxxxx, ajitkumar.pandey@xxxxxxx, V sujith kumar Reddy <Vsujithkumar.Reddy@xxxxxxx>, Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>, Liam Girdwood <lgirdwood@xxxxxxxxx>, Peter Ujfalusi <peter.ujfalusi@xxxxxxxxxxxxxxx>, Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx>, Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx>, Kai Vehmanen <kai.vehmanen@xxxxxxxxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxx>, Takashi Iwai <tiwai@xxxxxxxx>, Rander Wang <rander.wang@xxxxxxxxx>, "moderated list:SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS" <sound-open-firmware@xxxxxxxxxxxxxxxx>, open list <linux-kernel@xxxxxxxxxxxxxxx>
- In-reply-to: <20230308084509.1496256-1-Vsujithkumar.Reddy@amd.com>
- References: <20230308084509.1496256-1-Vsujithkumar.Reddy@amd.com>
Enable cont_update_posn variable to update host position
in streambox for every dma copy.
Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@xxxxxxx>
---
sound/soc/sof/amd/acp-pcm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/sof/amd/acp-pcm.c b/sound/soc/sof/amd/acp-pcm.c
index f342f0bac4a3..0828245bbb99 100644
--- a/sound/soc/sof/amd/acp-pcm.c
+++ b/sound/soc/sof/amd/acp-pcm.c
@@ -39,6 +39,7 @@ int acp_pcm_hw_params(struct snd_sof_dev *sdev, struct snd_pcm_substream *substr
platform_params->use_phy_address = true;
platform_params->phy_addr = stream->reg_offset;
platform_params->stream_tag = stream->stream_tag;
+ platform_params->cont_update_posn = 1;
/* write buffer size of stream in scratch memory */
--
2.25.1
--- End Message ---