Searched refs:snd_soc_dpcm_get_substream (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-pcm.c | 1156 be_substream = snd_soc_dpcm_get_substream(be, stream); in dpcm_be_reparent() 1169 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, stream); in dpcm_be_reparent() 1432 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup_unwind() 1461 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup() 1514 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_startup() 1720 snd_soc_dpcm_get_substream(fe, stream); in dpcm_set_fe_update_state() 1758 snd_soc_dpcm_get_substream(be, stream); in dpcm_apply_symmetry() 1837 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_shutdown() 1901 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_hw_free() 1970 snd_soc_dpcm_get_substream(be, stream); in dpcm_be_dai_hw_params() [all …]
|
/kernel/linux/linux-5.10/include/sound/ |
D | soc-dpcm.h | 133 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
D | hda-dai.c | 46 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 161 substream_be = snd_soc_dpcm_get_substream(be, stream); in fsl_asrc_dma_hw_params()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 10728 + mix->fe_substream[i] = snd_soc_dpcm_get_substream(dpcm->fe, substream->stream); 10829 + mix->fe_substream[i] = snd_soc_dpcm_get_substream(dpcm->fe, substream->stream);
|