[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 22:09:07 CET 2020



On 1/27/20 6:12 AM, Cezary Rojewski wrote:
> Add all required types and methods to support each and every request
> that driver could sent to firmware. Probe is one of SOF firmware
> features which allows for data extraction and injection directly from
> or to DMA stream.
> 
> Exposes eight IPCs:
> - addition and removal of injection DMAs
> - addition and removal of probe points
> - info retrieval of injection DMAs and probe points
> - probe initialization and cleanup
> 
> Signed-off-by: Cezary Rojewski <cezary.rojewski at intel.com>

You also want to fix the kernel-doc issues reported with make W=1

sound/soc/sof/probe.c:29: warning: Function parameter or member
'stream_tag' not described in 'sof_ipc_probe_init'

sound/soc/sof/probe.c:266: warning: Function parameter or member
'buffer_id' not described in 'sof_ipc_probe_points_remove'

sound/soc/sof/probe.c:266: warning: Function parameter or member
'num_buffer_id' not described in 'sof_ipc_probe_points_remove'

sound/soc/sof/probe.c:266: warning: Excess function parameter
'desc' description in 'sof_ipc_probe_points_remove'

sound/soc/sof/probe.c:266: warning: Excess function parameter
'num_desc' description in 'sof_ipc_probe_points_remove'



More information about the Alsa-devel mailing list