We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212a420 commit 414f90cCopy full SHA for 414f90c
test-case/check-sof-logger.sh
@@ -71,6 +71,7 @@ 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
+ # SOF-specific codecs since the sof* regex also lists sofprobes
75
for i in /proc/asound/sof*/id; do
76
if test -e "$i"; then return 0; fi
77
done
0 commit comments