Searched refs:snd_soc_dpcm_be_can_update (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
D | soc-dpcm.h | 128 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe,
|
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-pcm.c | 1473 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_startup() 1519 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_startup() 1843 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_shutdown() 1907 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_hw_free() 1976 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_hw_params() 2022 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_hw_params() 2104 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_trigger() 2335 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_prepare() 2893 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe, in snd_soc_dpcm_be_can_update() function 2902 EXPORT_SYMBOL_GPL(snd_soc_dpcm_be_can_update);
|