Home
last modified time | relevance | path

Searched refs:snd_soc_dai_get_stream (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/sound/soc/qcom/
Dcommon.c257 sruntime = snd_soc_dai_get_stream(codec_dai, substream->stream); in qcom_snd_sdw_hw_params()
Dsc7280.c210 sruntime = snd_soc_dai_get_stream(codec_dai, substream->stream); in sc7280_snd_hw_params()
Dsdm845.c60 sruntime = snd_soc_dai_get_stream(codec_dai, in sdm845_slim_snd_hw_params()
/Linux-v6.1/sound/soc/intel/boards/
Dsof_sdw.c398 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_prepare()
418 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_trigger()
457 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_hw_free()
/Linux-v6.1/include/sound/
Dsoc-dai.h555 static inline void *snd_soc_dai_get_stream(struct snd_soc_dai *dai, in snd_soc_dai_get_stream() function
/Linux-v6.1/drivers/soundwire/
Dstream.c1822 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_shutdown_stream()