Re: [PATCH] ASoC: cs35l56: Fix probe deadlock waiting for SoundWire enumeration
From: Richard Fitzgerald
Date: Thu Aug 13 2026 - 12:13:35 EST
On 13/8/26 16:33, Richard Fitzgerald wrote:
Defer all the parts of cs35l56_component_probe() that require registerAargh, Sashiko(gemini) has found a bug that Codex(GPT5) didn't find.
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.
Will send a V2.