Re: [PATCH v2 0/9] sound: Use -EPROBE_DEFER instead of i915 module loading.

From: Pierre-Louis Bossart
Date: Tue Aug 01 2023 - 12:32:53 EST



> I've been working on a small change to keep the workqueue in SOF and
> only move the binding to the probe function to match what snd-hda-intel
> is doing, but I don't know if that is needed?
>
> It was a bit unclear to me based on feedback if I should try to kill the
> workqueue on all drivers (but with no way to test), or keep it around.

My understanding is that we only want to move the binding to the probe
function and leave the workqueue removal for another day - possibly never.