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 | 1470 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_startup() 1516 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_startup() 1840 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_shutdown() 1904 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_hw_free() 1973 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_hw_params() 2019 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_hw_params() 2101 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_trigger() 2332 if (!snd_soc_dpcm_be_can_update(fe, be, stream)) in dpcm_be_dai_prepare() 2890 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe, in snd_soc_dpcm_be_can_update() function 2899 EXPORT_SYMBOL_GPL(snd_soc_dpcm_be_can_update);
|