Skip to content

Commit

Permalink
lib.sh: reset all sof volume to 0dB before alsabat testing
Browse files Browse the repository at this point in the history
We have aligned that to use 0dB for all sof volume controls in CI test.

Signed-off-by: Keqiao Zhang <[email protected]>
  • Loading branch information
keqiaozhang committed Mar 14, 2023
1 parent 023c353 commit fa11809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-case/check-alsabat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ fi

check_locale_for_alsabat

# reset sof volume to 0dB
reset_sof_volume

# If MODEL is defined, set proper gain for the platform
if [ -z "$MODEL" ]; then
# treat as warning only
Expand Down

0 comments on commit fa11809

Please sign in to comment.