linux
linux copied to clipboard
ASoC: SOF: Intel: Add generic function for IPC4 delayed message handling
The hda_ipc4_proceed_sending() can replace the duplicated code in cnl.c, hda-ipc.c and mtl.c which handles the decision to delay a message sending due to busy DSP side.
With the generic function we can also add debug prints to track message flow disruptions.