Re: [PATCH 4/4] ASoC: qcom: audioreach: add support for SMECNS module
From: Srinivas Kandagatla
Date: Mon Aug 18 2025 - 08:22:59 EST
On 8/18/25 12:58 PM, Krzysztof Kozlowski wrote:
> On 18/08/2025 13:28, srinivas.kandagatla@xxxxxxxxxxxxxxxx wrote:
>> rc = audioreach_i2s_set_media_format(graph, module, cfg);
>> diff --git a/sound/soc/qcom/qdsp6/audioreach.h b/sound/soc/qcom/qdsp6/audioreach.h
>> index 617bda051cf8..2ae6420f4b6a 100644
>> --- a/sound/soc/qcom/qdsp6/audioreach.h
>> +++ b/sound/soc/qcom/qdsp6/audioreach.h
>> @@ -30,6 +30,7 @@ struct q6apm_graph;
>> #define MODULE_ID_MP3_DECODE 0x0700103B
>> #define MODULE_ID_GAPLESS 0x0700104D
>> #define MODULE_ID_DISPLAY_PORT_SINK 0x07001069
>> +#define MODULE_ID_SMECNS_V2 0x07001031
>
> Can we keep these sorted by hex?
>
Let me try that in v2, looks like some of these are not sorted.. I can
sort them and patch it.
--srini
> Best regards,
> Krzysztof