Skip to content

Commit 7c2bad7

Browse files
vijendarmukundabroonie
authored andcommitted
ASoC: SOF: amd: add missing acp descriptor field
Add missing acp descriptor field acp_error_stat for ACP7.0 platform. Fixes: 490be7b ("ASoC: SOF: amd: add support for acp7.0 based platform") Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://patch.msgid.link/20250502154445.3008598-3-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e46da64 commit 7c2bad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ static const struct sof_amd_acp_desc acp70_chip_info = {
3333
.ext_intr_cntl = ACP70_EXTERNAL_INTR_CNTL,
3434
.ext_intr_stat = ACP70_EXT_INTR_STAT,
3535
.ext_intr_stat1 = ACP70_EXT_INTR_STAT1,
36+
.acp_error_stat = ACP70_ERROR_STATUS,
3637
.dsp_intr_base = ACP70_DSP_SW_INTR_BASE,
3738
.acp_sw0_i2s_err_reason = ACP7X_SW0_I2S_ERROR_REASON,
3839
.sram_pte_offset = ACP70_SRAM_PTE_OFFSET,

0 commit comments

Comments
 (0)