Skip to content

Commit

Permalink
config.sh: enable media playback pipeline test
Browse files Browse the repository at this point in the history
Media playback pipeline test is blocked in the
early stage of SOF development, maybe it caused
a lot of trouble at that time.

But as the SOF evolves, we don't have a reason to
continue blocking the test on media playback pipeline
any more.

Signed-off-by: Amery Song <[email protected]>
  • Loading branch information
Amery Song committed Oct 16, 2020
1 parent 10013bf commit d1b297f
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 @@ -15,7 +15,7 @@ TPLG_ROOT=${TPLG_ROOT:-/lib/firmware/intel/sof-tplg}
# example: ignore 'pcms that are HDA Digital & HDA Analog'
# TPLG_IGNORE_LST['pcm']='HDA Digital,HDA Analog'
declare -A TPLG_IGNORE_LST
TPLG_IGNORE_LST['pcm']='HDA Digital,Media Playback'
TPLG_IGNORE_LST['pcm']='HDA Digital'

# Will be set by the lib function, don't need to set
# Catches the last line of /var/log/kern.log, which will be used by
Expand Down

0 comments on commit d1b297f

Please sign in to comment.