Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-client-probes.c49 ret = ops->startup(cdev, cstream, dai, &priv->extractor_stream_tag); in sof_probes_compr_startup()
52 priv->extractor_stream_tag = SOF_PROBES_INVALID_NODE_ID; in sof_probes_compr_startup()
87 priv->extractor_stream_tag = SOF_PROBES_INVALID_NODE_ID; in sof_probes_compr_shutdown()
119 ret = ipc->init(cdev, priv->extractor_stream_tag, rtd->dma_bytes); in sof_probes_compr_set_params()
204 if (priv->extractor_stream_tag == SOF_PROBES_INVALID_NODE_ID) { in sof_probes_dfs_points_read()
264 if (priv->extractor_stream_tag == SOF_PROBES_INVALID_NODE_ID) { in sof_probes_dfs_points_write()
321 if (priv->extractor_stream_tag == SOF_PROBES_INVALID_NODE_ID) { in sof_probes_dfs_points_remove_write()
451 priv->extractor_stream_tag = SOF_PROBES_INVALID_NODE_ID; in sof_probes_client_probe()
H A Dsof-client-probes.h57 u32 extractor_stream_tag; member