We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057fbe8 commit 59ef8e0Copy full SHA for 59ef8e0
1 file changed
test-case/check-sof-logger.sh
@@ -71,7 +71,8 @@ sof_alsa_card_found()
71
# note: assumes SOF card names to start with "sof", e.g.
72
# - /proc/asound/sofsoundwire/id
73
# - /proc/asound/sofhdadsp/id
74
- test -e /proc/asound/sof*/id
+ test -e /proc/asound/sofsoundwire/id ||
75
+ test -e /proc/asound/sofhdadsp/id
76
}
77
78
wait_for_sof_alsa_card()
0 commit comments