diff --git a/test-case/check-sof-logger.sh b/test-case/check-sof-logger.sh index a5100ab0..67e14376 100755 --- a/test-case/check-sof-logger.sh +++ b/test-case/check-sof-logger.sh @@ -71,7 +71,10 @@ sof_alsa_card_found() # note: assumes SOF card names to start with "sof", e.g. # - /proc/asound/sofsoundwire/id # - /proc/asound/sofhdadsp/id - # SOF-specific codecs since the sof* regex also lists sofprobes + # test -e /proc/asound/sof*/id + # - https://github.com/thesofproject/sof-test/issues/1243 + # Internal issue #615 + # Designed to support multiple sof* for i in /proc/asound/sof*/id; do if test -e "$i"; then return 0; fi done