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.c55 ret = ops->startup(cdev, cstream, dai, &priv->extractor_stream_tag); in sof_probes_compr_startup()
58 priv->extractor_stream_tag = SOF_PROBES_INVALID_NODE_ID; in sof_probes_compr_startup()
94 priv->extractor_stream_tag = SOF_PROBES_INVALID_NODE_ID; in sof_probes_compr_shutdown()
130 ret = ipc->init(cdev, priv->extractor_stream_tag, rtd->dma_bytes); in sof_probes_compr_set_params()
216 if (priv->extractor_stream_tag == SOF_PROBES_INVALID_NODE_ID) { in sof_probes_dfs_points_read()
299 if (priv->extractor_stream_tag == SOF_PROBES_INVALID_NODE_ID) { in sof_probes_dfs_points_write()
366 if (priv->extractor_stream_tag == SOF_PROBES_INVALID_NODE_ID) { in sof_probes_dfs_points_remove_write()
498 priv->extractor_stream_tag = SOF_PROBES_INVALID_NODE_ID; in sof_probes_client_probe()
H A Dsof-client-probes.h64 u32 extractor_stream_tag; member