Skip to content

Commit

Permalink
Updated check-sof-logger.sh
Browse files Browse the repository at this point in the history
Updated SOF-specific codecs since the sof* regex also lists sofprobes.

Signed-off-by: harajend <hariprasad.rajendra@intel.com>
  • Loading branch information
harajend authored Dec 17, 2024
1 parent 057fbe8 commit 59ef8e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-case/check-sof-logger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ sof_alsa_card_found()
# note: assumes SOF card names to start with "sof", e.g.
# - /proc/asound/sofsoundwire/id
# - /proc/asound/sofhdadsp/id
test -e /proc/asound/sof*/id
test -e /proc/asound/sofsoundwire/id ||
test -e /proc/asound/sofhdadsp/id
}

wait_for_sof_alsa_card()
Expand Down

0 comments on commit 59ef8e0

Please sign in to comment.