-
Notifications
You must be signed in to change notification settings - Fork 349
[mtl-003-stable-only] ipc4: smart_amp_dummy: port smart PR to mtl-003 #6855
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
Closed
RanderWang
wants to merge
9
commits into
thesofproject:mtl-003-drop-stable
from
RanderWang:mtl-smart-port
Closed
[mtl-003-stable-only] ipc4: smart_amp_dummy: port smart PR to mtl-003 #6855
RanderWang
wants to merge
9
commits into
thesofproject:mtl-003-drop-stable
from
RanderWang:mtl-smart-port
Conversation
This file contains hidden or 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
set to commit from zephyr mtl-003-drop-stable branch
set sync_draining_mode to true otherwise we get glitches on the output signal because the offsets are set to 0 Signed-off-by: Kwasowiec, Fabiola <fabiola.kwasowiec@intel.com>
FW infrastructure shall support buffering of historic data 24bit samples in 24bit container. with modules configuration 24/32bit Signed-off-by: Kwasowiec, Fabiola <fabiola.kwasowiec@intel.com>
FW infrastructure shall support buffering of historic data from 1ch up to 6 channels Signed-off-by: Kwasowiec, Fabiola <fabiola.kwasowiec@intel.com>
Current ipc_comp_connect() connects the source first, then calls comp_bind and only then connects the sink. This leads to errors with modules that assume sink to be connected at bind. This is a valid assumption, so fix the order in ipc_comp_connect(). Signed-off-by: Kwasowiec, Fabiola <fabiola.kwasowiec@intel.com>
FW infrastructure shall support buffering of historic data from 1ch up to 6 channels 24bit samples in 24bit container. For this reason, the heap should be extended. Signed-off-by: Kwasowiec, Fabiola <fabiola.kwasowiec@intel.com>
Use smart_amp_verify_params Signed-off-by: Rander Wang <rander.wang@intel.com>
It uses spin lock to support mutex. Suggested-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Suggested-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Signed-off-by: Rander Wang <rander.wang@intel.com>
Smart amp test module read config from ipc msg and convert ipc4 settings to ipc3. It is a dummy module used for smart amplifier validation. Signed-off-by: Chao Song <chao.song@linux.intel.com> Signed-off-by: Rander Wang <rander.wang@intel.com>
mwasko
approved these changes
Dec 20, 2022
488304a to
05a7759
Compare
Contributor
|
mtl-003-stable has been rebased to main (both zephyr and SOF repos) |
Collaborator
Author
|
thanks, checked. |
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.
The original PR was merged in main branch #6751