Home
last modified time | relevance | path

Searched refs:snd_soc_dpcm_get_substream (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/
Dsoc-pcm.c1262 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent()
1273 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream); in dpcm_be_reparent()
1573 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup_unwind()
1602 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup()
1655 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup()
1873 snd_soc_dpcm_get_substream(fe, stream); in dpcm_set_fe_update_state()
1908 snd_soc_dpcm_get_substream(be, stream); in dpcm_apply_symmetry()
1993 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_shutdown()
2057 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_hw_free()
2126 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_hw_params()
[all …]
/Linux-v4.19/include/sound/
Dsoc-dpcm.h123 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
/Linux-v4.19/sound/soc/fsl/
Dfsl_asrc_dma.c162 substream_be = snd_soc_dpcm_get_substream(be, stream); in fsl_asrc_dma_hw_params()