Skip to content

Commit 414f90c

Browse files
committed
test-case: Updated SOF-specific codecs since the sof* regex also lists sofprobes
1 parent 212a420 commit 414f90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-case/check-sof-logger.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ sof_alsa_card_found()
7171
# note: assumes SOF card names to start with "sof", e.g.
7272
# - /proc/asound/sofsoundwire/id
7373
# - /proc/asound/sofhdadsp/id
74+
# SOF-specific codecs since the sof* regex also lists sofprobes
7475
for i in /proc/asound/sof*/id; do
7576
if test -e "$i"; then return 0; fi
7677
done

0 commit comments

Comments
 (0)