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
179 if (stream->compr_ops->stream_drop) in sst_platform_compr_trigger()180 return stream->compr_ops->stream_drop(sst->dev, stream->id); in sst_platform_compr_trigger()
373 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_media_prepare()624 ret_val = stream->ops->stream_drop(sst->dev, str_id); in sst_platform_pcm_trigger()
667 .stream_drop = sst_stream_drop,682 .stream_drop = sst_cdev_stream_drop,