Lines Matching defs:sruntime
41 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
54 struct sdw_stream_runtime *sruntime;
59 sruntime = snd_soc_dai_get_stream(codec_dai,
61 if (sruntime != ERR_PTR(-ENOTSUPP))
62 pdata->sruntime[cpu_dai->id] = sruntime;
444 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
447 if (!sruntime)
451 sdw_disable_stream(sruntime);
452 sdw_deprepare_stream(sruntime);
456 ret = sdw_prepare_stream(sruntime);
468 ret = sdw_enable_stream(sruntime);
470 sdw_deprepare_stream(sruntime);
483 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id];
485 if (sruntime && data->stream_prepared[cpu_dai->id]) {
486 sdw_disable_stream(sruntime);
487 sdw_deprepare_stream(sruntime);