Skip to content

Commit fb05c60

Browse files
committed
Revert "check-sof-logger: disable dma_nudge() workaround for stuck DMA issue #4333"
This reverts commit 4b3f847. Looks like we're stuck again, see latest updates in #4333 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 7259944 commit fb05c60

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test-case/check-sof-logger.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ main()
205205

206206
# Workaround for DMA trace bug
207207
# https://github.com/thesofproject/sof/issues/4333
208-
# if [ "$f" = data ]; then
209-
if false; then # let's check whether #4333 was finally fixed by #4763
208+
if [ "$f" = data ]; then
210209
dloge "Empty or stuck DMA trace? Let's try to nudge it."
211210
dloge ' vv Workaround for SOF issue 4333 vv'
212211
local second_chance="$LOG_ROOT/logger.dma_trace_bug_4333.txt"

0 commit comments

Comments
 (0)