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

Cezary Rojewski cezary.rojewski at intel.com
Tue Jan 28 11:47:49 CET 2020


On 2020-01-27 21:57, Pierre-Louis Bossart wrote:
> 
>> +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?

I can. And I did in v3. Thanks!


More information about the Alsa-devel mailing list