Skip to content

fixup! sound/soc/sof: Remove deferred probe for SOF

Maarten Lankhorst requested to merge mlankhorst/kernel:fixup-sof-loop into xe

This fixup is required to make deferred probing work.

The addition of the dmic dev makes it retry the deferred probing in an infinite loop, so this has to be done after -EPROBE_DEFER is returned.

Merge request reports