-
Notifications
You must be signed in to change notification settings - Fork 322
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
ipc4: add mixing-based processing in channel selector #6383
Merged
Conversation
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
tlissows
requested review from
lgirdwood,
plbossart,
mmaka1,
lbetlej and
dbaluta
as code owners
October 7, 2022 12:32
lyakh
reviewed
Oct 10, 2022
RanderWang
reviewed
Oct 11, 2022
tlissows
force-pushed
the
sof-selector_ipc4
branch
from
October 11, 2022 10:18
402662c
to
a63f762
Compare
kv2019i
approved these changes
Oct 11, 2022
RanderWang
reviewed
Oct 12, 2022
tlissows
force-pushed
the
sof-selector_ipc4
branch
from
October 12, 2022 07:30
a63f762
to
457e2bd
Compare
RanderWang
approved these changes
Oct 12, 2022
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.
LTGM
tlissows
force-pushed
the
sof-selector_ipc4
branch
from
October 13, 2022 09:27
457e2bd
to
4e186fa
Compare
SOFCI TEST |
tlissows
force-pushed
the
sof-selector_ipc4
branch
from
October 14, 2022 07:35
4e186fa
to
f5a3b91
Compare
SOFCI TEST |
mmaka1
reviewed
Oct 14, 2022
tlissows
force-pushed
the
sof-selector_ipc4
branch
from
October 14, 2022 12:19
f5a3b91
to
71362b7
Compare
Add mixing-based processing in channel selector to implement capabilities resulting from IPC4 configuration. Enable flexible channels count (from 1 to 8) independently for input and output. Signed-off-by: Tomasz Lissowski <[email protected]>
tlissows
force-pushed
the
sof-selector_ipc4
branch
from
October 14, 2022 13:28
71362b7
to
91c7b6c
Compare
@mmaka1 Good to go? |
mmaka1
approved these changes
Oct 18, 2022
Known fail in IPC4 test set, proceeding with merge. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add mixing-based processing in channel selector to implement capabilities resulting from IPC4 configuration.
Signed-off-by: Tomasz Lissowski [email protected]