-
Notifications
You must be signed in to change notification settings - Fork 140
Description
description
on ADLP_RVP_SDW and ADLP_RVP_HDA check-sof-logger failed with logger.error showing "error: Unable to open version file /sys/kernel/debug/sof/fw_version: No such file or directory" which may indicate slow/incomplete firmware boot.
And this failure leads to two FAIL/TIMEOUT in following 2 testcases , eg.
when check-alsabat-headset-playback
ALSA lib pcm_hw.c:1829:(_snd_pcm_hw_open) Invalid value for card
aplay: main:830: audio open error: No such device
when check playback all formats
2021-07-13 21:26:34 UTC [REMOTE_INFO] No SOF sound card found, exporting pipeline parameters from proc file system
error: Unable to open version file /sys/kernel/debug/sof/fw_version: No such file or directory
Something weird is long time to get suspend after ,check-sof-logger failed
after executing check-sof-logger , I got a 'fail' and then I tried 'cat /sys/bus/pci/devices/0000:00:1f.3/power/runtime_status' over and over again .
I got 'active' and then eventually got 'suspend' at the time which is actually 50 seconds after check-sof-logger failed. (You can see a 50 seconds' gap in the following picture)

I think after check-sof-logger testcase failed , there should be nothing using audio ,right ? So taking so much time to get suspend looks weird (However I am not quite sure whether this has something to do with 'no SOF sound card found' log in check-playback-all-formats testcase)