Skip to content

Commit 59ef8e0

Browse files
authored
Updated check-sof-logger.sh
Updated SOF-specific codecs since the sof* regex also lists sofprobes. Signed-off-by: harajend <hariprasad.rajendra@intel.com>
1 parent 057fbe8 commit 59ef8e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test-case/check-sof-logger.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ 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-
test -e /proc/asound/sof*/id
74+
test -e /proc/asound/sofsoundwire/id ||
75+
test -e /proc/asound/sofhdadsp/id
7576
}
7677

7778
wait_for_sof_alsa_card()

0 commit comments

Comments
 (0)