Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/qcom/
Dsdw.c80 sruntime = snd_soc_dai_get_stream(codec_dai, substream->stream); in qcom_snd_sdw_hw_params()
Dsc7280.c226 sruntime = snd_soc_dai_get_stream(codec_dai, substream->stream); in sc7280_snd_hw_params()
Dsdm845.c71 sruntime = snd_soc_dai_get_stream(codec_dai, in sdm845_slim_snd_hw_params()
/Linux-v6.6/sound/soc/intel/boards/
Dsof_sdw.c535 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_prepare()
554 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_trigger()
641 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_hw_free()
/Linux-v6.6/include/sound/
Dsoc-dai.h580 static inline void *snd_soc_dai_get_stream(struct snd_soc_dai *dai, in snd_soc_dai_get_stream() function
/Linux-v6.6/drivers/soundwire/
Dstream.c1824 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_shutdown_stream()