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
2 changes: 1 addition & 1 deletion case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ func_lib_check_pa()
# before using 'aplay_opts' or 'arecord_opts' function.
# Default is SOF_ALSA_TOOL='alsa'

: "${SOF_ALSA_TOOL:="alsa"}"

# Function to extract the card number and device number from $dev option (e.g., hw:0,10)
parse_audio_device() {
Expand Down Expand Up @@ -791,7 +792,6 @@ initialize_audio_params()
type=$(func_pipeline_parse_value "$idx" type)
snd=$(func_pipeline_parse_value "$idx" snd)

: "${SOF_ALSA_TOOL:="alsa"}"
if [[ "$SOF_ALSA_TOOL" = "tinyalsa" ]]; then
parse_audio_device "$dev"
fi
Expand Down