27 Jan
2020
27 Jan
'20
10:01 p.m.
+/**
- sof_ipc_probe_points_remove - disconnect specified probes
- @sdev: SOF sound device
- @desc: List of probe points to disconnect
- @num_desc: Number of elements in @desc
- Removes previously connected probes from list of active probe
- points and frees all resources on DSP side.
- */
+int sof_ipc_probe_points_remove(struct snd_sof_dev *sdev,
unsigned int *buffer_id, size_t num_buffer_id)
+{
cppcheck warning:
[sound/soc/sof/probe.h:83] -> [sound/soc/sof/probe.c:265]: (style, inconclusive) Function 'sof_ipc_probe_points_remove' argument 3 names different: declaration 'num_id' definition 'num_buffer_id'.
cppcheck --platform=unix32 --force --max-configs=1024 --inconclusive --enable=all sound/soc/sof