-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check-pause-resume: handle volume MAX output in expect
When volume is MAX, current expect misses the case. Why volume is MAX is separate problem. Expect should handle MAX volume case as playing case. And added for handling all of expected cases and if not the known cases, the last case is error. This is example of output from aplay or arecord. 1. Playing "## + | 11%" 2. When paused "=== PAUSE ===" 3. When volume is MAX "##################################################+| MAX" 4. In the beginning of the command, multiple lines of dump-hw-params Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
- Loading branch information
Showing
3 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters