You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
audio: dai: add NULL converter guard in IPC4 playback fanout
Add an if (converter) check around the IPC4 playback multi-sink
fanout loop in dai_dma_cb(), mirroring the existing guard already
present in the capture branch.
The defensive guard ensures consistent NULL handling and prevents a
potential NULL pointer dereference if the code path is ever exercised
directly.
Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
0 commit comments