Searched refs:stream_drop (Results 1 – 4 of 4) sorted by relevance
109 int (*stream_drop)(struct device *dev, unsigned int str_id); member131 int (*stream_drop)(struct device *dev, int str_id); member
187 if (stream->compr_ops->stream_drop) in sst_platform_compr_trigger()188 return stream->compr_ops->stream_drop(sst->dev, stream->id); in sst_platform_compr_trigger()
381 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_media_prepare()626 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_platform_pcm_trigger()
675 .stream_drop = sst_stream_drop,690 .stream_drop = sst_cdev_stream_drop,