Skip to content
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

[stable-v2.10] Backport Zephyr PR 74714 #80

Merged

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Jun 20, 2024

singalsu added 3 commits June 20, 2024 10:53
The dai_dmic_update_bits() function is used in start trigger
code dai_dmic_start() and in capture runtime to control DMIC
IP in unmute sequence. Especially the start sequence is timing
critical so it's better not produce additional delay in this
function.

Signed-off-by: Seppo Ingalsuo <[email protected]>
(cherry picked from commit 9db5803)
Signed-off-by: Kai Vehmanen <[email protected]>
This patch removes the traces printed inside spinlock protected
code. The DMIC capture start code is timing critical. Traces
leave an unknown delay into start sequence, so it's better to not
produce them.

Signed-off-by: Seppo Ingalsuo <[email protected]>
(cherry picked from commit 78920e8)
Signed-off-by: Kai Vehmanen <[email protected]>
The unreset of ACE PDM controllers is moved to beginning of
void dai_dmic_start() and done side-by-side. This change is done
for adhering to recommended hardware initialization flow to
avoid intermittent failures on ARL-S.

Signed-off-by: Seppo Ingalsuo <[email protected]>
(cherry picked from commit 1198c7e)
Signed-off-by: Kai Vehmanen <[email protected]>
@kv2019i kv2019i merged commit 64ee60c into thesofproject:sof/stable-v2.10 Jun 20, 2024
11 of 12 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.

3 participants