Thanks Mark, On 8/18/25 7:52 PM, Mark Brown wrote: > On Mon, Aug 18, 2025 at 01:50:52PM +0100, srinivas.kandagatla@xxxxxxxxxxxxxxxx wrote: >> From: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxxxxxxxx> >> >> 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.