Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/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-6.6.21/include/sound/
Dsoc-dai.h581 static inline void *snd_soc_dai_get_stream(struct snd_soc_dai *dai, in snd_soc_dai_get_stream() function
/linux-6.6.21/drivers/soundwire/
Dstream.c1825 sdw_stream = snd_soc_dai_get_stream(dai, substream->stream); in sdw_shutdown_stream()