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
Detail Info
-
Linux kernel and SOF Firmware details:
-
Test report ID (if you find it from test report)
-
Test DUT Model (or a brief discribtion about the device)
-
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
Screenshots or console output

Failed logs
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
Expected behavior
Detail Info
Linux kernel and SOF Firmware details:
Test report ID (if you find it from test report)
Test DUT Model (or a brief discribtion about the device)
Test TPLG
Test case (what test script and how you run it)
Screenshots or console output

Failed logs