Searched refs:stream_drop (Results 1 – 4 of 4) sorted by relevance
105 int (*stream_drop)(struct device *dev, unsigned int str_id); member127 int (*stream_drop)(struct device *dev, int str_id); member
186 if (stream->compr_ops->stream_drop) in sst_platform_compr_trigger()187 return stream->compr_ops->stream_drop(sst->dev, stream->id); in sst_platform_compr_trigger()
398 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_media_prepare()594 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_platform_pcm_trigger()
688 .stream_drop = sst_stream_drop,703 .stream_drop = sst_cdev_stream_drop,