Re: [PATCH v2] slimbus: qcom-ngd-ctrl: Implement disable_stream callback
Mukesh Savaliya <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.ports.arm.msm,gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- Acked-by : Mukesh Savaliya <[email protected]>