1
linux/sound/soc/sof/amd
Venkata Prasad Potturu 94debe5eaa
ASoC: SOF: amd: Fix for incorrect DMA ch status register offset
DMA ch status register offset change in acp7.0 platform

Incorrect DMA channel status register offset check lead to
firmware boot failure.

[   14.432497] snd_sof_amd_acp70 0000:c4:00.5: ------------[ DSP dump start ]------------
[   14.432533] snd_sof_amd_acp70 0000:c4:00.5: Firmware boot failure due to timeout
[   14.432549] snd_sof_amd_acp70 0000:c4:00.5: fw_state: SOF_FW_BOOT_IN_PROGRESS (3)
[   14.432610] snd_sof_amd_acp70 0000:c4:00.5: invalid header size 0x71c41000. FW oops is bogus
[   14.432626] snd_sof_amd_acp70 0000:c4:00.5: unexpected fault 0x71c40000 trace 0x71c40000
[   14.432642] snd_sof_amd_acp70 0000:c4:00.5: ------------[ DSP dump end ]------------
[   14.432657] snd_sof_amd_acp70 0000:c4:00.5: error: failed to boot DSP firmware -5
[   14.432672] snd_sof_amd_acp70 0000:c4:00.5: fw_state change: 3 -> 4
[   14.433260] dmic-codec dmic-codec: ASoC: Unregistered DAI 'dmic-hifi'
[   14.433319] snd_sof_amd_acp70 0000:c4:00.5: fw_state change: 4 -> 0
[   14.433358] snd_sof_amd_acp70 0000:c4:00.5: error: sof_probe_work failed err: -5

Update correct register offset for DMA ch status register.

Fixes: 490be7ba2a ("ASoC: SOF: amd: add support for acp7.0 based platform")

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20241106142658.1240929-1-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-11-06 20:40:22 +00:00
..
acp63.c ASoC: SOF: AMD: group all module related information 2024-05-27 21:19:25 +01:00
acp70.c ASoC: SOF: amd: add support for acp7.0 based platform 2024-08-23 11:03:06 +01:00
acp-common.c ASoC: SOF: amd: update mach params subsystem_rev variable 2024-08-01 12:44:18 +01:00
acp-dsp-offset.h ASoC: SOF: amd: add support for acp7.0 based platform 2024-08-23 11:03:06 +01:00
acp-ipc.c ASoC: SOF: amd: Fix locking in ACP IRQ handler 2024-02-11 16:58:50 +00:00
acp-loader.c ASoC: SOF: amd: Fix for ACP SRAM addr for acp7.0 platform 2024-10-08 10:49:13 +01:00
acp-pcm.c ASoC: sof: amd: convert not to use asoc_xxx() 2023-09-25 14:16:44 +02:00
acp-probes.c ASoC: SOF: amd: Add Probe functionality support for amd platforms. 2023-07-17 06:15:35 +01:00
acp-stream.c
acp-trace.c
acp.c ASoC: SOF: amd: Fix for incorrect DMA ch status register offset 2024-11-06 20:40:22 +00:00
acp.h ASoC: SOF: amd: add support for acp7.0 based platform 2024-08-23 11:03:06 +01:00
Kconfig ASoC: SOF: amd: add support for acp7.0 based platform 2024-08-23 11:03:06 +01:00
Makefile ASoC: SOF: amd: add support for acp7.0 based platform 2024-08-23 11:03:06 +01:00
pci-acp63.c ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structure 2024-08-21 14:38:03 +01:00
pci-acp70.c ASoC: SOF: amd: add support for acp7.0 based platform 2024-08-23 11:03:06 +01:00
pci-rmb.c ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structure 2024-08-21 14:38:03 +01:00
pci-rn.c ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structure 2024-08-21 14:38:03 +01:00
pci-vangogh.c ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structure 2024-08-21 14:38:03 +01:00
rembrandt.c ASoC: SOF: AMD: group all module related information 2024-05-27 21:19:25 +01:00
renoir.c ASoC: SOF: AMD: group all module related information 2024-05-27 21:19:25 +01:00
vangogh.c ASoC: SOF: AMD: group all module related information 2024-05-27 21:19:25 +01:00