Home
last modified time | relevance | path

Searched refs:snd_soc_substream_to_rtd (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/sound/soc/qcom/
Dlpass-cdc-dma.c35 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_dmactl_handle()
125 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_platform_codec_intf_init()
174 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_startup()
197 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_shutdown()
217 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_hw_params()
260 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_trigger()
Dsdm845.c61 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_slim_snd_hw_params()
101 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_tdm_snd_hw_params()
186 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_hw_params()
334 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_startup()
424 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_shutdown()
470 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_prepare()
509 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_hw_free()
Dlpass-platform.c195 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_open()
287 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_close()
324 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_dmactl_handle()
356 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_id()
391 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_regmap_handle()
419 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_hw_params()
572 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_hw_free()
600 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_prepare()
663 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_trigger()
862 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_pointer()
[all …]
Dapq8096.c33 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in msm_snd_hw_params()
Dstorm.c22 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in storm_ops_hw_params()
/linux-6.6.21/sound/soc/qcom/qdsp6/
Dq6asm-dai.c221 struct snd_soc_pcm_runtime *soc_prtd = snd_soc_substream_to_rtd(substream); in q6asm_dai_prepare()
353 struct snd_soc_pcm_runtime *soc_prtd = snd_soc_substream_to_rtd(substream); in q6asm_dai_open()
446 struct snd_soc_pcm_runtime *soc_prtd = snd_soc_substream_to_rtd(substream); in q6asm_dai_close()
Dq6routing.c1051 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in routing_hw_params()
/linux-6.6.21/include/sound/
Dsoc.h1157 #define asoc_substream_to_rtd snd_soc_substream_to_rtd
1162 #define snd_soc_substream_to_rtd(substream) \ macro