Re: [PATCH v2] slimbus: qcom-ngd-ctrl: Implement disable_stream callback
Mukesh Savaliya <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/2026 9:36 AM, Mukesh Savaliya wrote: > > > 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. > >> Signed-off-by: Viken Dadhaniya <[email protected]> >> --- Acked-by: Mukesh Savaliya <[email protected]>