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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6f6a23d commit f2038c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)