Re: [PATCH v2] slimbus: qcom-ngd-ctrl: Implement disable_stream callback
From: Mukesh Savaliya
Date: Tue Aug 11 2026 - 01:16:57 EST
On 8/10/2026 11:22 PM, Viken Dadhaniya wrote:
Switching a channel to a new frequency without first disabling the stream
causes the channel to be re-enabled without a clean shutdown, leading to a
crash on the DSP subsystem.
Implement qcom_slim_ngd_disable_stream() so clients can properly close a
channel before switching to a new frequency.
Better subject name would be "Prevent DSP crash during channel frequency switch", it highlights the issue fix.
Rest looks fine.
Signed-off-by: Viken Dadhaniya <viken.dadhaniya@xxxxxxxxxxxxxxxx>
---
Acked-by : Mukesh Savaliya <mukesh.savaliya@xxxxxxxxxxxxxxxx>