ASoC: SOF: amd: fix for firmware reload failure after playback
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>
Wed, 27 Sep 2023 07:14:10 +0000 (12:44 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 27 Sep 2023 09:08:05 +0000 (11:08 +0200)
commit7e1fe5d9e7eae67e218f878195d1d348d01f9af7
treeb8e42eadf1995b64a58a0c0735000a1b8dc707ca
parent2b21207afd06714986a3d22442ed4860ba4f9ced
ASoC: SOF: amd: fix for firmware reload failure after playback

Setting ACP ACLK as clock source when ACP enters D0 state causing
firmware load failure as mentioned in below scenario.

- Load snd_sof_amd_rembrandt
- Play or Record audio
- Stop audio
- Unload snd_sof_amd_rembrandt
- Reload snd_sof_amd_rembrandt

If acp_clkmux_sel register field is set, then clock source will be
set to ACP ACLK when ACP enters D0 state.

During stream stop, if there is no active stream is running then
acp firmware will set the ACP ACLK value to zero.

When driver is reloaded and clock source is selected as ACP ACLK,
as ACP ACLK is programmed to zero, firmware loading will fail.

For RMB platform, remove the clock mux selection field so that
ACP will use internal clock source when ACP enters D0 state.

Fixes: 41cb85bc4b52 ("ASoC: SOF: amd: Add support for Rembrandt plaform.")
Reported-by: coolstar <coolstarorganization@gmail.com>
Closes: https://github.com/thesofproject/sof/issues/8137
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20230927071412.2416250-1-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/amd/pci-rmb.c