We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdea7d commit 9deef49Copy full SHA for 9deef49
1 file changed
test-case/check-performance.sh
@@ -61,7 +61,7 @@ if [ "$SOF_TEST_PIPEWIRE" == true ]; then
61
sink_id=$(wpctl status | grep -A6 "Sinks" | grep -A3 -i "$sink_type" | tr -d '*' | awk '{print $2}' | tr -d '.' | head -n 1)
62
if [ -z "$sink_id" ]; then
63
dlogi "No $sink_type found, skipping to the next one"
64
- continue # skip if that device type isn't available
+ continue
65
fi
66
dlogi "Setting default sink to $sink_id: $sink_type"
67
wpctl set-default "$sink_id"
0 commit comments