[alsa-devel] [PATCH v2 07/11] ASoC: SOF: Implement Probe IPC API

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Mon Jan 27 21:57:34 CET 2020


> +EXPORT_SYMBOL(sof_ipc_probe_deinit);
> +
> +static int sof_ipc_probe_info(struct snd_sof_dev *sdev, unsigned int cmd,
> +		void **params, size_t *num_params)
> +{
> +	struct sof_ipc_probe_info_params msg = {0};

This generates a sparse warning (make C=2)

sound/soc/sof/probe.c:75:49: warning: missing braces around initializer

Can you please make it go away?


More information about the Alsa-devel mailing list