Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions test-case/check-selector-play.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ init_globals()
failures=0
}

# This test requires topology allowing channel downmixing.
# Checks and changes topology if needed.
check_tplg()
{
dlogi "Checking topology..."
nocodec_tplg="sof-ptl-nocodec.tplg"

if [[ "$tplg" == *"nocodec"* && "$tplg" != *"$nocodec_tplg"* ]]; then
dlogi "NO-CODEC topology change required"
new_tplg_filename=$nocodec_tplg
update_topology_filename
fi
}

# Arguments: the number of channels soundfile should have
generate_soundfile()
{
Expand Down Expand Up @@ -120,8 +106,6 @@ run_tests()
main()
{
init_globals
check_tplg

start_test

if [[ "$tplg" != *nocodec* ]]; then
Expand Down