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

[DO NOT MERGE] ASoC: SOF: Intel: lnl: partial clock gating disable #5151

Closed

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Aug 21, 2024

No description provided.

Increase the IPC timeout for LNL platforms as larger timeouts
have been observed when IPCs are sent during system suspend process.
@@ -47,6 +47,7 @@ static const struct sof_dev_desc lnl_desc = {
.nocodec_tplg_filename = "sof-lnl-nocodec.tplg",
.ops = &sof_lnl_ops,
.ops_init = sof_lnl_ops_init,
.ipc_timeout = 5000,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the default is 500ms, that seems plenty for an IPC, no? Moving to a 5s timeout to deal with a suspend-resume problem means suspend-resume is already broken in the first place, regardless of the IPCs...

@kv2019i kv2019i closed this Aug 23, 2024
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.

2 participants