[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e0907e8d-19fa-4ad8-ba81-cb9ef4e78a10@oss.qualcomm.com>
Date: Tue, 19 Aug 2025 09:59:55 +0100
From: Srinivas Kandagatla <srinivas.kandagatla@....qualcomm.com>
To: Mark Brown <broonie@...nel.org>
Cc: perex@...ex.cz, tiwai@...e.com, srini@...nel.org, lgirdwood@...il.com,
linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, krzysztof.kozlowski@...aro.org
Subject: Re: [PATCH v3 3/6] ASoC: qcom: audioreach: add support for static
calibration
Thanks Mark,
On 8/18/25 7:52 PM, Mark Brown wrote:
> On Mon, Aug 18, 2025 at 01:50:52PM +0100, srinivas.kandagatla@....qualcomm.com wrote:
>> From: Srinivas Kandagatla <srinivas.kandagatla@....qualcomm.com>
>>
>> This change adds support for static calibration data via ASoC topology
>> file. This static calibration data could include binary blob of data
>> that is required by specific module and is not part of topology tokens.
>
> This breaks an x86 allmodconfig build:
I think
#include <linux/types.h>
is missing, Will fix this in next version.
--srini
>
> In file included from <built-in>:1:
> ./usr/include/sound/snd_ar_tokens.h:243:2: error: unknown type name '__le32'
> 243 | __le32 size; /* size in bytes of the array, including all elements */
> | ^
> ./usr/include/sound/snd_ar_tokens.h:244:2: error: unknown type name '__le32'
> 244 | __le32 type; /* SND_SOC_AR_TPLG_MODULE_CFG_TYPE */
> | ^
> ./usr/include/sound/snd_ar_tokens.h:245:2: error: unknown type name '__le32'
> 245 | __le32 priv[2]; /* Private data for future expansion */
> | ^
> ./usr/include/sound/snd_ar_tokens.h:246:2: error: unknown type name '__le32'
> 246 | __le32 data[0]; /* config data */
> | ^
> 4 errors generated.
Powered by blists - more mailing lists