Searched refs:dai_runtime (Results 1 – 2 of 2) sorted by relevance
795 if (!dai_runtime) in intel_hw_params()817 dai_runtime->paused = false; in intel_hw_params()819 dai_runtime->pdi = pdi; in intel_hw_params()866 if (!dai_runtime) { in intel_prepare()913 if (!dai_runtime) in intel_hw_free()936 dai_runtime->pdi = NULL; in intel_hw_free()954 if (!dai_runtime) in intel_get_sdw_stream()957 return dai_runtime->stream; in intel_get_sdw_stream()977 if (!dai_runtime) { in intel_trigger()1047 if (!dai_runtime) in intel_component_dais_suspend()[all …]
1708 struct sdw_cdns_dai_runtime *dai_runtime; in cdns_set_sdw_stream() local1714 if (dai_runtime) { in cdns_set_sdw_stream()1722 dai_runtime = kzalloc(sizeof(*dai_runtime), GFP_KERNEL); in cdns_set_sdw_stream()1723 if (!dai_runtime) in cdns_set_sdw_stream()1726 dai_runtime->stream_type = SDW_STREAM_PCM; in cdns_set_sdw_stream()1728 dai_runtime->bus = &cdns->bus; in cdns_set_sdw_stream()1729 dai_runtime->link_id = cdns->instance; in cdns_set_sdw_stream()1731 dai_runtime->stream = stream; in cdns_set_sdw_stream()1732 dai_runtime->direction = direction; in cdns_set_sdw_stream()1737 if (!dai_runtime) { in cdns_set_sdw_stream()[all …]
Completed in 13 milliseconds