Skip to content

Commit f2038c1

Browse files
Venkata-Prasad-Potturubroonie
authored andcommitted
ASoC: sof: amd: fix for firmware reload failure in Vangogh platform
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: d0dab6b ("ASoC: SOF: amd: Add sof support for vangogh platform") Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com> Link: https://patch.msgid.link/20240718062004.581685-1-venkataprasad.potturu@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6f6a23d commit f2038c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/sof/amd/pci-vangogh.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ static const struct sof_amd_acp_desc vangogh_chip_info = {
3434
.dsp_intr_base = ACP5X_DSP_SW_INTR_BASE,
3535
.sram_pte_offset = ACP5X_SRAM_PTE_OFFSET,
3636
.hw_semaphore_offset = ACP5X_AXI2DAGB_SEM_0,
37-
.acp_clkmux_sel = ACP5X_CLKMUX_SEL,
3837
.probe_reg_offset = ACP5X_FUTURE_REG_ACLK_0,
3938
};
4039

0 commit comments

Comments
 (0)