Lines Matching defs:sruntime
11 struct sdw_stream_runtime *sruntime,
18 if (!sruntime)
38 ret = sdw_prepare_stream(sruntime);
50 ret = sdw_enable_stream(sruntime);
52 sdw_deprepare_stream(sruntime);
68 struct sdw_stream_runtime *sruntime;
80 sruntime = snd_soc_dai_get_stream(codec_dai, substream->stream);
81 if (sruntime != ERR_PTR(-ENOTSUPP))
82 *psruntime = sruntime;
93 struct sdw_stream_runtime *sruntime, bool *stream_prepared)
107 if (sruntime && *stream_prepared) {
108 sdw_disable_stream(sruntime);
109 sdw_deprepare_stream(sruntime);