Merged
Conversation
Add CPS2 device in configs for CPS support Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
use_lpi_ may not be updated properly in gsl engine if LPI-NLPI switch comes during Pause and Resume due to recent Pause/Resume sequence update. Always update use_lpi_ before sound model loading to make sure the flag has proper value before sending any payload to ADSP. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Fix error callback handling during StreamCompress open, as cb is registered after open, so if StreamCompress open fails, it should be handled same way as create failure is being handled. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
fix the InCall Music plus Rx MFC by updating the config before the setconfig of mux/demux. Cast the session to SessionAlsaPcm to reconfigure the MFC properly during Voice Call Device Switch. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Keyphrase event is always sent when VoiceUI stream is paused due to concurrency which may be a problem if model type is generic. Update abort event generation with model type check included. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Enable SPv5 on sun qrd variant. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
quic-aditrath
approved these changes
Feb 16, 2026
qti-sbojja
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commits:
pal: configs: Add CPS support for speaker protcetion
pal: always update use_lpi_ before sound model loading
pal: Fix error callback handling during StreamCompress open
pal : fix configuration set for Incall Music Plus Rx MFC
pal: check model type when sending abort event
pal: Enable SPv5 on sun qrd variant