On Tue, 22 May 2018 18:58:42 +0200,
Guenter Roeck wrote:
>
> +struct skl_dfw_v4_module_caps {
> + u32 set_params:2;
> + u32 rsvd:30;
> + u32 param_id;
> + u32 caps_size;
> + u32 caps[HDA_SST_CFG_MAX];
> +};Missing __packed attribute? And I'm wondering whether we should move these definitions to uapi headers. thanks, Takashi

