Lines Matching refs:sruntime
41 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX]; member
54 struct sdw_stream_runtime *sruntime; in sdm845_slim_snd_hw_params() local
59 sruntime = snd_soc_dai_get_sdw_stream(codec_dai, in sdm845_slim_snd_hw_params()
61 if (sruntime != ERR_PTR(-ENOTSUPP)) in sdm845_slim_snd_hw_params()
62 pdata->sruntime[cpu_dai->id] = sruntime; in sdm845_slim_snd_hw_params()
452 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_prepare() local
455 if (!sruntime) in sdm845_snd_prepare()
459 sdw_disable_stream(sruntime); in sdm845_snd_prepare()
460 sdw_deprepare_stream(sruntime); in sdm845_snd_prepare()
464 ret = sdw_prepare_stream(sruntime); in sdm845_snd_prepare()
476 ret = sdw_enable_stream(sruntime); in sdm845_snd_prepare()
478 sdw_deprepare_stream(sruntime); in sdm845_snd_prepare()
491 struct sdw_stream_runtime *sruntime = data->sruntime[cpu_dai->id]; in sdm845_snd_hw_free() local
493 if (sruntime && data->stream_prepared[cpu_dai->id]) { in sdm845_snd_hw_free()
494 sdw_disable_stream(sruntime); in sdm845_snd_hw_free()
495 sdw_deprepare_stream(sruntime); in sdm845_snd_hw_free()