Searched refs:stream_drop (Results 1 – 4 of 4) sorted by relevance
101 int (*stream_drop)(struct device *dev, unsigned int str_id); member123 int (*stream_drop)(struct device *dev, int str_id); member
180 if (stream->compr_ops->stream_drop) in sst_platform_compr_trigger()181 return stream->compr_ops->stream_drop(sst->dev, stream->id); in sst_platform_compr_trigger()
384 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_media_prepare()613 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_soc_trigger()
664 .stream_drop = sst_stream_drop,679 .stream_drop = sst_cdev_stream_drop,