From d1b297ff31a905988c0bf862d711a71e41d939bf Mon Sep 17 00:00:00 2001 From: Amery Song Date: Fri, 16 Oct 2020 13:05:49 +0800 Subject: [PATCH] config.sh: enable media playback pipeline test 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 --- case-lib/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case-lib/config.sh b/case-lib/config.sh index 71f3e86b..87cd6427 100644 --- a/case-lib/config.sh +++ b/case-lib/config.sh @@ -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