Skip to content

Conversation

@tmoida
Copy link
Contributor

@tmoida tmoida commented Dec 19, 2025

Issue

Fixes #234 - AudioRecord test freezes on RB8

Root Cause

  • run.sh only accepted --rec-secs but YAML was using --record-seconds
  • run.sh --strict flag didn't accept values, but YAML was passing --strict 0

Solution

Updated run.sh to:

  1. Accept both --rec-secs and --record-seconds as aliases
  2. Allow --strict to accept optional values 0 or 1

…rict with values

Fixes qualcomm-linux#234

- Added --record-seconds as alias for --rec-secs parameter
- Modified --strict to accept optional values (0 or 1)

Signed-off-by: Teja Swaroop Moida <tmoida@qti.qualcomm.com>
@tmoida tmoida force-pushed the fix-audiorecord-params-clean branch from 9553f02 to 4d37ac6 Compare December 19, 2025 12:01
Copy link
Contributor

@smuppand smuppand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@smuppand smuppand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@smuppand smuppand merged commit 8f592b1 into qualcomm-linux:main Dec 19, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AudioRecord test freezes on RB8

2 participants