Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-client-probes-ipc4.c371 u32 *probe_point_ids; in ipc4_probes_points_remove() local
377 probe_point_ids = kcalloc(num_buffer_id, sizeof(*probe_point_ids), in ipc4_probes_points_remove()
379 if (!probe_point_ids) in ipc4_probes_points_remove()
383 probe_point_ids[i] = buffer_id[i]; in ipc4_probes_points_remove()
392 msg.data_size = num_buffer_id * sizeof(*probe_point_ids); in ipc4_probes_points_remove()
393 msg.data_ptr = probe_point_ids; in ipc4_probes_points_remove()
397 kfree(probe_point_ids); in ipc4_probes_points_remove()