We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f85b8 commit 898c5ddCopy full SHA for 898c5dd
test-case/check-selector-play.sh
@@ -53,20 +53,6 @@ init_globals()
53
failures=0
54
}
55
56
-# This test requires topology allowing channel downmixing.
57
-# Checks and changes topology if needed.
58
-check_tplg()
59
-{
60
- dlogi "Checking topology..."
61
- nocodec_tplg="sof-ptl-nocodec.tplg"
62
-
63
- if [[ "$tplg" == *"nocodec"* && "$tplg" != *"$nocodec_tplg"* ]]; then
64
- dlogi "NO-CODEC topology change required"
65
- new_tplg_filename=$nocodec_tplg
66
- update_topology_filename
67
- fi
68
-}
69
70
# Arguments: the number of channels soundfile should have
71
generate_soundfile()
72
{
@@ -120,8 +106,6 @@ run_tests()
120
106
main()
121
107
122
108
init_globals
123
- check_tplg
124
125
109
start_test
126
110
127
111
if [[ "$tplg" != *nocodec* ]]; then
0 commit comments