Messages in this thread |  | | Date | Wed, 3 Sep 2025 11:31:56 +0200 | | Subject | Re: [PATCH 1/2] ASoC: qcom: audioreach: Add support for Speaker Protection module | | From | Konrad Dybcio <> |
| |
On 8/21/25 4:16 PM, Krzysztof Kozlowski wrote: > Speaker Protection is capability of ADSP to adjust the gain during > playback to different speakers and their temperature. This allows good > playback without blowing the speakers up.
exciting! > > Implement parsing MODULE_ID_SPEAKER_PROTECTION from Audioreach topology > and sending it as command to the ADSP. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > ---
[...]
> +struct param_id_sp_op_mode { > + uint32_t operation_mode;
"u32"
Konrad
|  |