diff mbox series

ASoC: sof: amd: fix for firmware reload failure in Vangogh platform

Message ID 20240718062004.581685-1-venkataprasad.potturu@amd.com (mailing list archive)
State Accepted
Commit f2038c12e8133bf4c6bd4d1127a23310d55d9e21
Headers show
Series ASoC: sof: amd: fix for firmware reload failure in Vangogh platform | expand

Commit Message

Venkata Prasad Potturu July 18, 2024, 6:20 a.m. UTC
Setting ACP ACLK as clock source when ACP enters D0 state causing
firmware load failure, as per design clock source should be internal
clock.

Remove acp_clkmux_sel field so that ACP will use internal clock
source when ACP enters into D0 state.

Fixes: d0dab6b76a9f ("ASoC: SOF: amd: Add sof support for vangogh platform")

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
---
 sound/soc/sof/amd/pci-vangogh.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown July 18, 2024, 3:13 p.m. UTC | #1
On Thu, 18 Jul 2024 11:50:02 +0530, Venkata Prasad Potturu wrote:
> Setting ACP ACLK as clock source when ACP enters D0 state causing
> firmware load failure, as per design clock source should be internal
> clock.
> 
> Remove acp_clkmux_sel field so that ACP will use internal clock
> source when ACP enters into D0 state.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: sof: amd: fix for firmware reload failure in Vangogh platform
      commit: f2038c12e8133bf4c6bd4d1127a23310d55d9e21

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/sof/amd/pci-vangogh.c b/sound/soc/sof/amd/pci-vangogh.c
index 16eb2994fbab..eba580840100 100644
--- a/sound/soc/sof/amd/pci-vangogh.c
+++ b/sound/soc/sof/amd/pci-vangogh.c
@@ -34,7 +34,6 @@  static const struct sof_amd_acp_desc vangogh_chip_info = {
 	.dsp_intr_base	= ACP5X_DSP_SW_INTR_BASE,
 	.sram_pte_offset = ACP5X_SRAM_PTE_OFFSET,
 	.hw_semaphore_offset = ACP5X_AXI2DAGB_SEM_0,
-	.acp_clkmux_sel = ACP5X_CLKMUX_SEL,
 	.probe_reg_offset = ACP5X_FUTURE_REG_ACLK_0,
 };