[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6d137f07-d37a-431b-ab38-5f3087d9b3b7@sirena.org.uk>
Date: Mon, 18 Aug 2025 19:52:50 +0100
From: Mark Brown <broonie@...nel.org>
To: srinivas.kandagatla@....qualcomm.com
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
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:
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.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists