Skip to content

Commit

Permalink
check-alsabat.sh: explain that we run two alsabat instances
Browse files Browse the repository at this point in the history
This threw me off.

Also add warning that https://manpages.org/alsabat is incomplete and
never tells that it is possible to use two separate alsabat instances,
nor how to invoke these (answer: omit -P or -C)

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Jan 8, 2024
1 parent a21c389 commit 84dcefd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test-case/check-alsabat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

##
## Case Name: check alsabat
##
## Preconditions:
## This test case requires physical loopback between playback and capture.
## playback <=====> capture
## nocodec : no need to use hw loopback cable, It support DSP loopback by quirk
##
## Description:
## run alsabat test on the specified pipelines
## Run two alsabat instances concurrently, one on each specified PCM: playback
## and capture.
##
## Warning: as of January 2024, "man alsabat" is incomplete and
## documents only the "single instance" mode where a single alsabat
## process performs both playback and capture.
##
## Case step:
## 1. Specify the pcm IDs for playback and catpure
## 3. run alsabat test
##
## Expect result:
## The return value of alsabat is 0
##
Expand Down

0 comments on commit 84dcefd

Please sign in to comment.