-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Describe the bug
"check-sof-logger" test failed with error message "[ERROR] SOF ALSA card not available, driver probe fail?"
Triage details
Test case passed upon modified line 74 in the "check-sof-logger.sh" file
Original code: "test -e /proc/asound/sof*/id"
Modified code: "test -e /proc/asound/sofs*/id"
Cause: Above command line is looking for "sofsoundwire" directory, but in this case 2 directories were located for "sof"* string match
To Reproduce
- Launch Terminal and Run "TPLG=/lib/firmware/intel/sof-ipc4-tplg/sof-ptl-rt722-4ch.tplg MODEL=PTLP_RVP_SDW SOF_TEST_INTERVAL=5 ~/sof-test/test-case/check-sof-logger.sh"
Expected behavior
- Test should PASS
Detail Info
-
Linux kernel and SOF Firmware details:
- Linux Build Result: 2842
- Linux Branch: topic/sof-dev
- Linux Commit: 89772eb035b4
- KConfig Branch: master
- KConfig Commit: 097c69ae4b81
- SOF Build Result: 6015
- SOF Branch: main
- SOF Commit: f4cd55c2e879
- Zephyr Commit: 7fa8bf17563b
- SOF TEST PR: 1240
-
Test report ID (if you find it from test report)
- ID: #48234
-
Test DUT Model (or a brief discribtion about the device)
- MODEL: {PTLP_RVP_SDW}
-
Test TPLG
- TPLG: {/lib/firmware/intel/sof-ipc4-tplg/sof-ptl-rt722-4ch.tplg}
-
Test case (what test script and how you run it)
- TESTCASE: check-sof-logger.sh
Failed logs
Metadata
Metadata
Assignees
Labels
No labels
