Re: [PATCH] ASoC: cs35l56: Fix probe deadlock waiting for SoundWire enumeration
Richard Fitzgerald <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
On 13/8/26 16:33, Richard Fitzgerald wrote: > Defer all the parts of cs35l56_component_probe() that require register > access to a work item. This is to prevent a deadlock where > cs35l56_component_probe() is waiting for init_completion to be signaled > but is blocking the code that would signal it. Aargh, Sashiko(gemini) has found a bug that Codex(GPT5) didn't find. Will send a V2.