Skip to content

Commit

Permalink
[HACK] Skip Jack In PCM device
Browse files Browse the repository at this point in the history
Test the hypothesis that the Bank switch issues are due to concurrency
between Jack In and Jack Out usage - on the same link.

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Jun 4, 2024
1 parent f2e3ae9 commit 1a45d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case-lib/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TPLG_ROOT=${TPLG_ROOT:-/lib/firmware/intel/sof-tplg}
declare -A TPLG_IGNORE_LST
# Used in case-lib/pipeline.sh as of October 2020
# shellcheck disable=SC2034
TPLG_IGNORE_LST['pcm']='HDA Digital'
TPLG_IGNORE_LST['pcm']='HDA Digital,Jack In'

# If not set will be automatically set by logging_ctl function
# Test case log root
Expand Down

0 comments on commit 1a45d9f

Please sign in to comment.