Searched refs:dpcm_be_dai_stop (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/sound/ |
D | soc-dpcm.h | 156 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream, 169 dpcm_be_dai_stop(fe, stream, 0, last) 170 #define dpcm_be_dai_startup_unwind(fe, stream) dpcm_be_dai_stop(fe, stream, 0, NULL) 171 #define dpcm_be_dai_shutdown(fe, stream) dpcm_be_dai_stop(fe, stream, 1, NULL)
|
/linux-6.1.9/sound/soc/ |
D | soc-pcm.c | 1535 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream, in dpcm_be_dai_stop() function
|