Lines Matching defs:sruntime
42 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
66 struct sdw_stream_runtime *sruntime;
71 sruntime = snd_soc_dai_get_stream(codec_dai,
73 if (sruntime != ERR_PTR(-ENOTSUPP))
74 pdata->sruntime[cpu_dai->id] = sruntime;
473 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
476 if (!sruntime)
480 sdw_disable_stream(sruntime);
481 sdw_deprepare_stream(sruntime);
485 ret = sdw_prepare_stream(sruntime);
497 ret = sdw_enable_stream(sruntime);
499 sdw_deprepare_stream(sruntime);
512 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
514 if (sruntime && data->stream_prepared[cpu_dai->id]) {
515 sdw_disable_stream(sruntime);
516 sdw_deprepare_stream(sruntime);