thesofproject / linux

Linux kernel source tree
Other
91 stars 133 forks source link

ASoC: SOF: Intel: hda-dai: Drop call to hda_link_dma_cleanup in dai_s… #5049

Closed ujfalusi closed 5 months ago

ujfalusi commented 5 months ago

…uspend()

The DAI ops and sequences have been reworked but the hda_dai_suspend() function kept the call to hda_link_dma_cleanup(). This causes a system lockup on suspend with paused streams.

Drop the stale call to fix the system lockup. Note: that this patch will not fix the suspend while pause, it is not working, but at least the system is not locked up hard.

ujfalusi commented 5 months ago

Likely just a side effect that it is fixing the lockup, closing.