Home
last modified time | relevance | path

Searched refs:probe_point_ids (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes-ipc4.c254 u32 *probe_point_ids; in ipc4_probes_points_remove() local
260 probe_point_ids = kcalloc(num_buffer_id, sizeof(*probe_point_ids), in ipc4_probes_points_remove()
262 if (!probe_point_ids) in ipc4_probes_points_remove()
266 probe_point_ids[i] = buffer_id[i]; in ipc4_probes_points_remove()
275 msg.data_size = num_buffer_id * sizeof(*probe_point_ids); in ipc4_probes_points_remove()
276 msg.data_ptr = probe_point_ids; in ipc4_probes_points_remove()
280 kfree(probe_point_ids); in ipc4_probes_points_remove()