-
Notifications
You must be signed in to change notification settings - Fork 59
TinyAlsa: Add support for tinymix command. #1267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TinyAlsa: Add support for tinymix command. #1267
Conversation
b5fb40c to
3babfd8
Compare
b06b352 to
3f42c3e
Compare
golowanow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change commit/PR description: this PR adds tinymix support at one test only.
3f42c3e to
7a9ad24
Compare
marc-hb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not carefully scrutinize every single line but it Looks Good To Me.
golowanow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please look through what remains of my comments not resolved/answered here yet
4103f2f to
aed0992
Compare
golowanow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change commit/PR description: this PR adds tinymix support at one test only.
aed0992 to
aab8622
Compare
aab8622 to
c60cff6
Compare
c60cff6 to
37c01ea
Compare
golowanow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
waiting for CI results with ipc4. Would be nice to see a tinyalsa probe run as well.
Please change the commit's summary line aligned to its description and the actual change, e.g.:
volume_basic_test: add TinyALSA mode
53e7d8b to
dbd19fd
Compare
I've changed the title to: |
dbd19fd to
90caf71
Compare
Refactor the volume_basic_test to use lib.sh instead of calling ALSA commands directly, and add support for the tinymix command from TinyALSA. Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
90caf71 to
5c76734
Compare
The goal is to modify
volume_basic_testto use the utilities inlib.shfor ALSA operations, rather than directly invokingamixeror other ALSA commands. This makes the test more robust and maintainable. Additionally, it'll introduce support fortinymixfrom TinyAlsa, but only within this particular test.