Lines Matching refs:sruntime
42 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX]; member
55 struct sdw_stream_runtime *sruntime; in sdm845_slim_snd_hw_params() local
60 sruntime = snd_soc_dai_get_stream(codec_dai, in sdm845_slim_snd_hw_params()
62 if (sruntime != ERR_PTR(-ENOTSUPP)) in sdm845_slim_snd_hw_params()
63 pdata->sruntime[cpu_dai->id] = sruntime; in sdm845_slim_snd_hw_params()
460 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_prepare() local
463 if (!sruntime) in sdm845_snd_prepare()
467 sdw_disable_stream(sruntime); in sdm845_snd_prepare()
468 sdw_deprepare_stream(sruntime); in sdm845_snd_prepare()
472 ret = sdw_prepare_stream(sruntime); in sdm845_snd_prepare()
484 ret = sdw_enable_stream(sruntime); in sdm845_snd_prepare()
486 sdw_deprepare_stream(sruntime); in sdm845_snd_prepare()
499 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_hw_free() local
501 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sdm845_snd_hw_free()
502 sdw_disable_stream(sruntime); in sdm845_snd_hw_free()
503 sdw_deprepare_stream(sruntime); in sdm845_snd_hw_free()