acp_7_x: clear DMA IO stutter and PWA defaults to fix I2S loopback noise - #11176
Merged
Merged
Conversation
ACP DMA linked-list, IO stutter, and PWA control registers retain power-on defaults that can affect I2S DMA transfers: - ACP_DMA_CH_LINKED_LIST_EN: DMAChIOStutEn (bits 24:15) defaults to all 1s - ACP_DMA_IO_STUT_TIMER_LIMIT: IO stutter timer defaults are non-zero - ACP_DMA_CH_PWA_CTRL: PWA DMA control defaults are enabled Clear these registers during platform init, before DMA channel setup, to disable DMA IO stutter and PWA features that cause I2S loopback noise. Signed-off-by: sneha-voona <sneha.voona@amd.com>
sneha-voona
requested review from
bhiregoudar and
sunilkumardommati
as code owners
September 8, 2026 10:31
bhiregoudar
approved these changes
Sep 8, 2026
PR 11176: test resultsRun date: 2026-09-08 11:26 UTC Tested commit: ec0228f1bd89f725ce23a27c494659af4ad183fa |
kv2019i
approved these changes
Sep 8, 2026
Collaborator
|
Fuzzer fails are known , tracked in #11157 . Rest looks good, proceeding with merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ACP DMA linked-list, IO stutter, and PWA control registers retain power-on defaults that can affect I2S DMA transfers:
Clear these registers during platform init, before DMA channel setup, to disable DMA IO stutter and PWA features that cause I2S loopback noise.